C
Curtis G
Greetings,
I am trying to set up a Word Protected Form using Word 2003. I've run into
the issue of the tabindex. I've tried the advice at the following link in
using an 'OnExit' Macro from
http://word.mvps.org/faqs/tblsfldsfms/SetTabOrder.htm, which works for the
tab key wonderfully, but I am looking for a solution that will allow the user
to click on the field or use shift-tab to go backwards a field. The 'GOTO'
macro essentially overwrites this functionality as it always goes to the next
hard-coded field regardless of what is pressed.
What I am looking for is a way to check whether shift-tab or a mouse click
was what initiated exiting the field, and if that is not the case, run the
macro.
Any suggestions or help would be greatly appreciated.
Thanks
Curtis G
I am trying to set up a Word Protected Form using Word 2003. I've run into
the issue of the tabindex. I've tried the advice at the following link in
using an 'OnExit' Macro from
http://word.mvps.org/faqs/tblsfldsfms/SetTabOrder.htm, which works for the
tab key wonderfully, but I am looking for a solution that will allow the user
to click on the field or use shift-tab to go backwards a field. The 'GOTO'
macro essentially overwrites this functionality as it always goes to the next
hard-coded field regardless of what is pressed.
What I am looking for is a way to check whether shift-tab or a mouse click
was what initiated exiting the field, and if that is not the case, run the
macro.
Any suggestions or help would be greatly appreciated.
Thanks
Curtis G