> Is there any way in to jump to non-adjacent cell in a table while
> using the "tab" key?
> Thanks in advance and highly appreciate help.
In general, no.
If you're thinking about a protected form, with the fields in a table, then
yes, the tab key jumps to the next field which may be in a non-adjacent
cell. If you want it to jump to some field other than the next
(left-to-right, then down a row),
it's doable but it takes a macro. See
http://word.mvps.org/FAQs/TblsFldsFms/SetTabOrder.htm.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Klaus Linke - 26 Jun 2005 03:38 GMT
And if you're not talking about a protected form, you might write your own macros for NextCell (= the built-in command that runs when you hit the Tab key in a table) and/or PrevCell (Shift+Tab).
You could make those macros skip certain cells (or columns), even depending on the content or formatting or (Word 2003) protection of the cells.
Regards,
Klaus
>> Is there any way in to jump to non-adjacent cell in a table while
>> using the "tab" key?
[quoted text clipped - 8 lines]
> it's doable but it takes a macro. See
> http://word.mvps.org/FAQs/TblsFldsFms/SetTabOrder.htm.
Nguyen Nguyen - 27 Jun 2005 22:49 GMT
I am not very good in writing macro, but your idea is great, will give it a
try.
Thanks a lot for your suggestion.
Nguyen Nguyen
> And if you're not talking about a protected form, you might write your own macros for NextCell (= the built-in command that runs when you hit the Tab key in a table) and/or PrevCell (Shift+Tab).
> You could make those macros skip certain cells (or columns), even depending on the content or formatting or (Word 2003) protection of the cells.
[quoted text clipped - 14 lines]
> > it's doable but it takes a macro. See
> > http://word.mvps.org/FAQs/TblsFldsFms/SetTabOrder.htm.
Nguyen Nguyen - 27 Jun 2005 22:43 GMT
Thank a lot for your help, I got the idea of how Word working now.
> > Is there any way in to jump to non-adjacent cell in a table while
> > using the "tab" key?
[quoted text clipped - 8 lines]
> it's doable but it takes a macro. See
> http://word.mvps.org/FAQs/TblsFldsFms/SetTabOrder.htm.