sheet objects

  • Thread starter Thread starter Bre-x
  • Start date Start date
B

Bre-x

Hi,

Using the control box toolbar I added a combo box.
Now, how do I refer to that object on VBA?
 
If this is ACCESS VBA, you use the name of the combobox.

Me.ComboBoxName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top