Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm trying to hide two sets of rows when the workbook opens. Rows are in sheet 3, and those rows hides when the workbook opens. My problem is that also same rows ( 41:47 and 51:54) hides in sheet 1. Some cells in those rows in sheet 3 are linked to sheet 1. I'm using this code placed in ThisWorkBook: Sub Workbook_Open() Worksheets(3).Activate ActiveSheet.Rows("41:47").Select Selection.EntireRow.Hidden = True Worksheets(3).Activate ActiveSheet.Rows("51:54").Select Selection.EntireRow.Hidden = True End Sub So, what am I doing wrong here? Regards, Mardo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Collapse grouped rows and columns on opening workbook | Excel Discussion (Misc queries) | |||
Hiding a button when hiding rows | Excel Discussion (Misc queries) | |||
Hiding workbooks on opening | Excel Programming | |||
Shared Workbook - Hiding rows as per Username | Excel Programming | |||
Shared Workbook - Hiding rows as per Username | Excel Programming |