Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
maybe some code like the following, will help:
Private Sub Worksheet_Change(ByVal Target As Range) Range("A2:D13").Rows.RowHeight = 0 End Sub put this code on the sheet module and set a line to every area you want to hide on the code. This code will work on the Selection change effect, so the user can see the values, but every time he clicks on the sheet (on a different cell) the rows will be hidden again Francisco Mariscal fcomariscal at hotmail dot com -----Original Message----- Does anyone know if there is a way to keep a row hidden within an outline after a user opens and closes the outline. I have VB code that hides certain rows within an outline. After the user gets the file, then opens and/or closes the outline, the rows are no longer hidden. Is there a way to force the rows to stay hidden? Any help would be appreciated. Tim McPhillips . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide/Show details in an Outline Group | Excel Discussion (Misc queries) | |||
How to hide outline navigation panel | Excel Discussion (Misc queries) | |||
Macro to show/hide detail in an outline | Excel Discussion (Misc queries) | |||
How do I hide the outline of a Forms Group Box? | Excel Discussion (Misc queries) | |||
Why can't I show or hide rows in an outline on a protected sheet? | Excel Discussion (Misc queries) |