View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Smallweed Smallweed is offline
external usenet poster
 
Posts: 133
Default width of combo box control on toolbar

Here's a strange one: I can change the width of my custom combo box control
(on a toolbar) with the following.

CommandBars("My Toolbar").Controls("My Combobox").Width = 200

It looks great...that is until I click on the down arrow when I find the
actual list is still the old narrow width, tucked up at the left hand side of
the combo box.

I'm in Excel 2002/XP - has anyone any ideas?

Thanks.