Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to make a number of rows dissappear based on a value in one cell.
I have been able to do this using absolute referencing (ActiveWorksheet.Rows("9").Hidden = True) but would like to be able to do it to a range of rows in one line. The rows are not continuous in nature. To this end I tried to define a name for all cells in column A of the desired rows and use 'ActiveSheet.Range("thisRange").EntireRow.Hidden = True' to no avail. Any ideas out there are very welcome. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select a range of rows to delete | Excel Worksheet Functions | |||
Select range then copy rows macro | Excel Discussion (Misc queries) | |||
How can change range to select active rows instead of :=Range("S10 | Excel Discussion (Misc queries) | |||
Select always same Rows range | Excel Discussion (Misc queries) | |||
Continuous conversion of data from rows to columns | Excel Programming |