Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have created drop down boxes that i now wish to retrieve data from and put
on another sheet? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to get values from different sheet when info. matches? | Excel Worksheet Functions | |||
Compare 2 Sheets and Extract Unique Info to a 3rd Sheet | Excel Discussion (Misc queries) | |||
Set color of cell based on info on another sheet? | Excel Worksheet Functions | |||
How to copy/paste info into the protected sheet | Excel Discussion (Misc queries) | |||
Naming & renaming a sheet tab | Excel Worksheet Functions |