View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 292
Default Remove item from combobox.

Hi Tom

Combobox1.Clear

HTH. Best wishes Harald

"TOM" skrev i melding
...
Hello,

how can I simple remove all items from Combox in VBA. I know only this
parametr "RemoveItem", but this remove only one.

Thanks Tom.