View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Taher Baderkhan Taher Baderkhan is offline
external usenet poster
 
Posts: 2
Default How to make the drop down for comboBox visible in toolbar

Hi,

I have a CommandBarComboBox Component on the toolbar. I
am trying to issue a command through VBA that would make
the dropdown for the comboBox become visible. Is that
possible? The command I am issuing is triggered through a
shortcut key that I have registered

Taher