Word97: How to change the color of drop-down items?

K

Kevin Trout

HI...
In the 'Drop-Down Form Fields Options' window, how may
one change the color of a drop-down item/text? Is a macro
necessary?

Best wishes,
Kevin Trout
 
S

Suzanne S. Barnhill

I don't believe this is possible. The dropdown is a menu and formatted like
any other menu in Word/Windows.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
M

Mark Tangard

Unless I'm forgetting something the only way you could get this
sort of capability is in a ComboBox control in a full-fledged
userform. (A userform is a custom dialog box you build in the
Visual Basic Editor. It can be used to do some of the same
sorts of things as a protected form (what you're using). It's
more involved to learn & build, but also far more powerful and
flexible. The BackColor and ForeColor properties let you set
various color options for these dropdowns.

http://www.mvps.org/word/FAQs/Userforms/CreateAUserForm.htm
http://www.speakeasy.org/~mtangard/userforms.html

Hmm. I guess you could also get it by embedding an ActiveX
ComboBox in a document (if you wanted to be assured of major
frustrations down the road....).
 

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