View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Controlling ComboBox from VBA-script

Sören,

ListBox1.AddItem "Item 1"

NickHK

"Sören_Marodören" wrote in message
...
Hi,

How can I control the data in a ComboBox without using cells in a

worksheet?

Now I have the ListFillRange pointing to cells in my worksheet.
I don't want that. I want to set the value for this from my VBA-script.
Is that possible?
I already use "ComboBox1.Value" to read out its value.

Best regards,
/Sören