K
Keymaster2006
I’ve created a template in MS Word that I would like to have users fill in
the fields but not allow them to modify the length of the document by using
the Enter key (Carriage Return), the protect function does not appear to
prevent them from doing this.
I tried the following macro in Visual Basic and it passed the DeBugger but
does not function as I intended
If KeyCode = vbKeyReturn Then keyCode = vbKeyTab
Has anyone encountered this before? Any insight would be welcomed.
the fields but not allow them to modify the length of the document by using
the Enter key (Carriage Return), the protect function does not appear to
prevent them from doing this.
I tried the following macro in Visual Basic and it passed the DeBugger but
does not function as I intended
If KeyCode = vbKeyReturn Then keyCode = vbKeyTab
Has anyone encountered this before? Any insight would be welcomed.