I saw a word document that can constraint the user's input area.
I know only macro can imlement the complicated operation in office. But macro need keyboard shortcut event. So how does this document do that?
Are you sure you do not mean protecting a form when you say you saw a document that constrained the users input area (Tools - Protect Document - Forms)?
And macros do NOT need a keyboard event. Macros can be run from a number of ways.
Opening a document can run a macro.
Closing a document can run a macro.
Making a checkbox checked can run a macro.
Saving a document can run a macro.
Copying text can run a macro.
Pasting text can run a macro.
Clicking a graphic can run a macro.
Clicking a ActiveX control in a document can run a macro.
Exiting a FormField can run a macro.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.