View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sören_Marodören[_2_] Sören_Marodören[_2_] is offline
external usenet poster
 
Posts: 4
Default Controlling ComboBox from VBA-script

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