![]() |
Combo box
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 "Monty" wrote in message ... 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 |
Thanks
this worked . however i have decided to use cell validition and transpose. "Mangesh Yadav" wrote: Yes you can. Worksheets("Sheet1").Range("A1") = Worksheets("Sheet2").ComboBox1.Value should do the trick. Mangesh "Monty" wrote in message ... 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 |
Thanks
this worked . however i have decided to use cell validition and transpose. "Mangesh Yadav" wrote: Yes you can. Worksheets("Sheet1").Range("A1") = Worksheets("Sheet2").ComboBox1.Value should do the trick. Mangesh "Monty" wrote in message ... 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 |
All times are GMT +1. The time now is 12:07 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com