Identifying combo boxes for form users

G

Guest

I'm creating a form in Word 2002 that will use a lot of combo boxes. As far
as I can tell, it appears that the only way I can tell people who will be
filling out the form, "here is a combo box," is to shade it and trust that
they will know to click on the shaded area to get the drop-down list of
options. Is there a way to display the down-pointing arrow at the right side
of the box all the time so not-so-expert users will be cued to the fact that
they can make choices in that gray space?
 
G

Graham Mayor

Protect the form and tell your users to navigate it correctly by tabbing
between the fields. You can use an autonew macro in the document template to
provide instructions

Sub AutoNew
MsgBox "Use the TAB key to move between fields" _
& vbCr & vbCr & _
"To access multiple choices click the arrow" _
& vbCr & "at the right of the selected field"
End Sub


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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

Similar Threads


Top