J
Jonathan Blitz
Is there any way, in VBA, to dynamically create a combo box.
I tried:
Dim cmb as ComboBox
cmd = New ComboBox
but it doesn't like it:
"ActiveX component can't create object"
So, is it possible to do it?
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
I tried:
Dim cmb as ComboBox
cmd = New ComboBox
but it doesn't like it:
"ActiveX component can't create object"
So, is it possible to do it?
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."