Jumping Fields

M

Mr. F. Dekkers

Hello,
Is it possible to jump between two textfields with VB?
When I try to do this with VB, I'm getting the message
that the page is protected.
When I remove the protection the "TAB"-key won't jump to
the next field.
With kind regards,
 
W

Word Heretic

G'day "Mr. F. Dekkers" <[email protected]>,

take the range of field 1
extend its end to the document end (moveend wdstory,1)
select field(2)


Steve Hudson
Word Heretic Sydney Australia
Tricky stuff with Word or words

Email: WordHeretic at tpg.com.au


Mr. F. Dekkers was spinning this yarn:
 
C

Cindy M -WordMVP-

Hi Mr.,
Is it possible to jump between two textfields with VB?
When I try to do this with VB, I'm getting the message
that the page is protected.
When I remove the protection the "TAB"-key won't jump to
the next field.
I think you've been getting answers to this question,
posted multiple times in the groups, already, but...

You should find a code sample at word.mvps.org on various
things related to form fields. In order to select a
particular one, try:

ActiveDocument.Formfields(index).Select

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Sep 30 2003)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top