Hello,
I have a variable:
name_combo = "ComboBox1"
I want to do this:
name_combo.AddItem CheckBox1.Caption
I keep getting this:
Run-time Error '424':
Object required
I realize that VB considers the variable 'name_combo' as an object that doesn't exist. What can I do to fix my problem? Is there a special declaration?
Thanks in Advance,
NoChoice
I have a variable:
name_combo = "ComboBox1"
I want to do this:
name_combo.AddItem CheckBox1.Caption
I keep getting this:
Run-time Error '424':
Object required
I realize that VB considers the variable 'name_combo' as an object that doesn't exist. What can I do to fix my problem? Is there a special declaration?
Thanks in Advance,
NoChoice