A
An American Roundeye
At Stefan's suggestion, I am posting this here.
Answer
By: Stefan Blom In: microsoft.public.word.docmanagement
I believe you can do this by overriding the NextCell command. For
assistance, ask in a programming newsgroup such as
microsoft.public.word.vba.general.
--
Stefan Blom
Microsoft Word MVP
I have a problem I can't figure out. I have built a form that will be used
as a template for project managers. I have sections in the form that are
locked, through which the user tabs and enters information into the form.
Other sections are unlocked so the user can enter free form comments and
text. Since this is built in a table, when you hit the tab key in these
unlocked sections, it immediately inserts a new line in the table/form and
moves the focus to that new cell.
I want the tab function to work so it will move from one cell to the next
existing cell in the sections of the form that are not locked, allowing the
user to tab to the next cell that requires free form text entry. As it is,
the form just throw a new row in the table, and continues to do so as long at
the user hits the tab key. The only way to get out of it is to move the
cursor to the cell you want to enter text into and click inside the cell.
Very frustrating to PMs who are trying to get these admin things done as
expeditiously as possible.
Is there a simple way to do this? Or even a hard way that will be
transparent to the user?
Thanks in advance for any assistance you can provide.
Answer
By: Stefan Blom In: microsoft.public.word.docmanagement
I believe you can do this by overriding the NextCell command. For
assistance, ask in a programming newsgroup such as
microsoft.public.word.vba.general.
--
Stefan Blom
Microsoft Word MVP
I have a problem I can't figure out. I have built a form that will be used
as a template for project managers. I have sections in the form that are
locked, through which the user tabs and enters information into the form.
Other sections are unlocked so the user can enter free form comments and
text. Since this is built in a table, when you hit the tab key in these
unlocked sections, it immediately inserts a new line in the table/form and
moves the focus to that new cell.
I want the tab function to work so it will move from one cell to the next
existing cell in the sections of the form that are not locked, allowing the
user to tab to the next cell that requires free form text entry. As it is,
the form just throw a new row in the table, and continues to do so as long at
the user hits the tab key. The only way to get out of it is to move the
cursor to the cell you want to enter text into and click inside the cell.
Very frustrating to PMs who are trying to get these admin things done as
expeditiously as possible.
Is there a simple way to do this? Or even a hard way that will be
transparent to the user?
Thanks in advance for any assistance you can provide.