Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a VBA program that takes data from similarly formatted
sheets, and present the data onto one sheet, as seen below as an example TestNum Value State 1 10 On 4 Off 2 Off 2 8 On 5 On 2 Off Now I want to be fancy and put a drop-down list on the TestNum cell so users can choose a certain TestNum and ONLY data for that TestNum will be show, as seen below if TestNum=2 is chosen TestNum Value State 2 8 On 5 On 2 Off However, by default, I want to show ALL test data. Is this easily done in VBA? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Actually the drop-down list is on the cell below the TestNum column
header. If a user selects "All" this cell will show "1" instead of "All" after the data is displayed. If a user selects a certain test number, the cell content will remain that test number. I don't know if this is possible. "Net Doe" wrote in message ... I have a VBA program that takes data from similarly formatted sheets, and present the data onto one sheet, as seen below as an example TestNum Value State 1 10 On 4 Off 2 Off 2 8 On 5 On 2 Off Now I want to be fancy and put a drop-down list on the TestNum cell so users can choose a certain TestNum and ONLY data for that TestNum will be show, as seen below if TestNum=2 is chosen TestNum Value State 2 8 On 5 On 2 Off However, by default, I want to show ALL test data. Is this easily done in VBA? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
That did the trick | Excel Discussion (Misc queries) | |||
Neat Trick | Excel Discussion (Misc queries) | |||
Sharing a neat trick | Excel Discussion (Misc queries) | |||
Another avoid the loop trick request - on fast fill (Maybe an Alan trick) | Excel Programming |