sheet objects

B

Bre-x

Hi,

Using the control box toolbar I added a combo box.
Now, how do I refer to that object on VBA?
 
K

Ken Snell [MVP]

If this is ACCESS VBA, you use the name of the combobox.

Me.ComboBoxName
 
Top