custom menubar combo box

  • Thread starter Thread starter Toxalot
  • Start date Start date
T

Toxalot

I know how to add a button and how to add a drop down menu to a custom
menu bar. Is it possible to add a custom combo box to a custom menu
bar (like the one used for zoom for example)?

Jennifer
 
yes, but you have to program it (reference Office)
starting point:

Dim Cb As Office.CommandBar
Dim Cbc As Office.CommandBarComboBox

set Cb = Access.Commandbars("mycb")


HTH

Pieter
 
Can I add the reference and the code, create the bar and then remove
the reference and the code? I don't need to change anything once it is
created. Will the menubar be available with the runtime?

How do I know what item was selected from the combo box?

Jennifer
 

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

CommandBar Combo Boxes 1
combo box locked 4
combo box 1
SQL "IF" Question 5
Customize MenuBar 2
Hide Menu Bar 1
[Access 2007] How to edit custom menubar created in Access2003? 4
on action commandbars 2

Back
Top