macro & comobox

  • Thread starter Thread starter pandino
  • Start date Start date
P

pandino

I have a combobox with 10 items in the first line of an
excel sheet column. I'd like to create a macro to fill
active cell with a value from this combobox. How should I
do?
Thanks for support!
 
Private Sub Combobox1_Click()
ActiveCell.Value = Combobox1.Value
End Sub
 

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