View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Combobox with Commandbutton in Userform!

My guess would be that you are setting it to a value that does not exist.

The index property starts a zero and goes to the Listcount -1

You can also set it to -1 if you don't want anything selected.

Generally, if you want any meaningful help, you need to post the relevant
sections of your code.

--
Regards,
Tom Ogilvy

"Stift " wrote in message
...
I get error : Runtime error 380

Could not set the List Index Property. Invalid property value.


---
Message posted from http://www.ExcelForum.com/