ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Combo box (https://www.excelbanter.com/new-users-excel/29363-combo-box.html)

Monty

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

Mangesh Yadav

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




Monty

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





Monty

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