ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   put info from a drop down box into another sheet (https://www.excelbanter.com/excel-discussion-misc-queries/81865-put-info-drop-down-box-into-another-sheet.html)

kenny

put info from a drop down box into another sheet
 
i have created drop down boxes that i now wish to retrieve data from and put
on another sheet?


flow23

put info from a drop down box into another sheet
 
try this macro
Private Sub ComboBox1_Change()
Sheet2.Range("A10").Value = ComboBox1.Value
End Sub

replace the fields /values as reuqired
where combobox1 is the drop down box name
sheet2.range("A10") is the another worksheet where you want the value


"kenny" wrote:

i have created drop down boxes that i now wish to retrieve data from and put
on another sheet?



All times are GMT +1. The time now is 05:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com