Moving Cursor to A Specific Section

M

Michele

I have a form that has two radio buttons for yes/no
answers. If the user selects the "no" option, I would
like the form to go to a specific section for the user to
fill out some information. Does anyone have a suggestion
on how to get the cursor into the section and for that
section to appear on the screen?

Thanks in advance!
Michele
 
J

Jonathan West

Michele said:
I have a form that has two radio buttons for yes/no
answers. If the user selects the "no" option, I would
like the form to go to a specific section for the user to
fill out some information. Does anyone have a suggestion
on how to get the cursor into the section and for that
section to appear on the screen?

The following line will move the selection to the start of section 4.

Selection.Goto Unit:=wdGoToSection, Which:= wdGoToAbsolute, Count:=4
 
M

Michele

-----Original Message-----



The following line will move the selection to the start of section 4.

Selection.Goto Unit:=wdGoToSection, Which:= wdGoToAbsolute, Count:=4


--
Regards
Jonathan West - Word MVP
http://www.multilinker.com
Please reply to the newsgroup

.
Johnathan,

Thanks so much! That worked perfectly except I had to
change the word "Unit" to "What" in my version (2002). I
have done a considerable amount of coding in Access and
Excel, but this is my first attempt in Word and there seem
to be some differences in moving around.

Michele
 

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