View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JoCa JoCa is offline
external usenet poster
 
Posts: 15
Default How to add images to a Combobox.

Any suggestions about how to add images (e.g.: myicon.ico, myimage.jpg, etc.)
to a multicolumn ComboBox? Can I get a creative mind to help me?

I know there is an object (ImageCombo) in VBA that is designed for this
purpose, but it does not offer as much flexibility (e.g.: the flexibility to
change the borderstyle and backstyle). In general, the combobox offers more
properties to control its appearance and functionality. I would really prefer
working with comboboxes.

Thanks in advance.

JoCa