I tried that, I get some weird properties menu that looks like access or a VBA properties pane.
Main Topics
Browse All TopicsI need to make a combo box in word 2007. It needs to be the ActiveX combo box, because I plan on making a .doc file out of it.
What do I need to do to get choices to show up?? On a regular combo box I right-click and go to properties to add choices. How do I add choices on the ActiveX one? I've looked everywhere for the answer, but no luck!
Thanks in advance.
Andrey
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok, I found yours.
The problem with that one, is that in order to enable it I need to protect the sheet and allow "fill forms only", but that's no good for me because I need the users to be able to type on the page as well, and of course, in its infinite wisdom Word does not have an option to be able to type on a page and fill in forms (as far as I am aware). This is why I need to use the ActiveX box specifically. (I click on that hammer/wrench button in the controls group, and under activex controls choose combo box.
ActiveX controls work without protection.
Sorry I wasn't clear, I should have just said compatibility mode. (I also apologize if my last post came off as rude, I completely didn't intend it to be... forget that typed things don't always "sound" like spoken things.)
I had a feeling it had to be done through VBA, wasn't sure exactly what.
This worked perfectly. Many thanks!
Business Accounts
Answer for Membership
by: JOrzechPosted on 2009-09-16 at 06:36:23ID: 25345406
Once you insert the control, click Design Mode. Then right-click the control and go to Properties. At the bottom, you have options to add items.