
Signature
Stefan Blom
Microsoft Word MVP
Thanks, Stefan. I do appreciate the suggestion, but am looking for something
a bit more flexible.
I tried the approach mentioned in the article you cite. It uses "goto field
(or bookmark)" when you exit a field, which doesn't work for this situation.
Using this approach, it's not just the Tab key that moves me through the
fields in a set sequece -- it takes me through the fields in the predefined
order no matter what I do. For example, if I'm in field 3, and press
Shift+Tab, I go to field 4 (not 2, as I normally would). And if I'm in field
3 and click my mouse in field 7, I still go to field 4...
That's why I tried keybinding for the Tab key (was going to tie the "goto"
routine to the Tab key, rather than exiting the field, so Shift+Tab and mouse
clicks would work as expected). However, couldn't get keybinding to work for
Tab in a protected form... (Got it to work fine for Enter/Return and a bunch
of other keys, but not Tab.)
I would welcome any suggestions for controlling ONLY the Tab key in a
protected form.
Thanks again.
> See if the following article helps:
>
> How to set the "tab order" of a Word form
> http://word.mvps.org/faqs/tblsfldsfms/SetTabOrder.htm
Stefan Blom - 30 Jan 2007 14:27 GMT
Maybe I'm a bit slow today, but now I think I know what you mean. :-)
You want tabbing to move to form fields in a specific order, but you
also want the flexibility to place the cursor in any form field (no
matter what tab order is defined in VBA). I suspect that this isn't
possible, but perhaps someone else knows better...
However, it seems that *if* it was possible to do what you want,
wouldn't that defeat the purpose of setting a tab order, since it can
be bypassed?

Signature
Stefan Blom
Microsoft Word MVP
> Thanks, Stefan. I do appreciate the suggestion, but am looking for something
> a bit more flexible.
[quoted text clipped - 22 lines]
> > How to set the "tab order" of a Word form
> > http://word.mvps.org/faqs/tblsfldsfms/SetTabOrder.htm
Lisa - 30 Jan 2007 14:40 GMT
It's probably my excrutiatingly long narrative that threw you (and, btw, I'm
known in my family as "the slow sister" ;-).
You're correct in summarizing what I'm trying to do -- Tab key results in a
specified sequence through the fields; Shift+Tab and mouse clicks work as
they would without a tab sequence specified.
I, too, doubt if there's a solution for this, but hope springs eternal...
Thanks again!
> Maybe I'm a bit slow today, but now I think I know what you mean. :-)
> You want tabbing to move to form fields in a specific order, but you
[quoted text clipped - 43 lines]
> > > How to set the "tab order" of a Word form
> > > http://word.mvps.org/faqs/tblsfldsfms/SetTabOrder.htm