Using selection from combobox on userform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a combobox on a userform and want to output the selection to a
worksheet cell.

How do I do this?

Regards,

JVLin
 
Figured it out:

used the Combo's .value property and set a range equal to that.

range("A1") = me.combobox.value
 

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