Combo box

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

Guest

if i set up a combo box in worksheet 2 can i have the name a select in this
combo box put into a cell in worksheet on.

thanks for your help
 
Yes you can.

Worksheets("Sheet1").Range("A1") = Worksheets("Sheet2").ComboBox1.Value

should do the trick.

Mangesh
 
Thanks

this worked . however i have decided to use cell validition and transpose.
 
Thanks

this worked . however i have decided to use cell validition and transpose.
 

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