Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
First and foremost, any suggestions would be greatly appreciated!
I'm trying to use a function to hide a row or rows based upon the results of a given cell. I would use a sub but I need it to update the number of hidden cells each time the value in the cell changes. So far I've tried something like: Function Hide_Rows(Input_Cell as Range) Dim InputRow = InputCell.Row If InputCell = (some number) Then Rows(InputRow+1).Hidden = True End If.... The function compiles fine, but the row doesn't get hidden when the function is implemented. Any ideas, suggestions, comments on how to fix this? Thanks. Ryan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide rows function | Excel Discussion (Misc queries) | |||
Creating a function to auto hide rows | Excel Worksheet Functions | |||
Enabling option „Format rows“ to hide/unhide rows using VBA-code? | Excel Discussion (Misc queries) | |||
Specify which rows to NOT hide, and have excel hide the rest | Excel Programming | |||
hiding columns or rows not using the hide function | Excel Worksheet Functions |