Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Help!
I dynamically add a worksheet during code execution in a module. I need to also add a feature so that the user can toggle between hiding or displaying individual rows of data. I'd thought of adding a toggle button but then couldn't figure out how to dynamically add code to the "click" event for each button. I then thought of creating hyperlinks to the rows but then could not figure out how to trigger a call to a module subroutine that would hide or display the row. Can anyone help? I'm baffled! Example: ROW COL1 COL2 COL3 [1] mom 1 59 [2] dad 2 61 [3] child 3 24 The user should be able to display/hide each row individually |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro code to hide rows and not calculate hidden rows | Excel Discussion (Misc queries) | |||
Enabling option „Format rows“ to hide/unhide rows using VBA-code? | Excel Discussion (Misc queries) | |||
Code to Hide Rows | Excel Discussion (Misc queries) | |||
Macro/code to hide rows | Excel Worksheet Functions | |||
Modification in the CODE to HIDE rows and columns that start with ZERO (code given) | Excel Programming |