Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you turn off ScreenUpdating before the operation, and back on
afterwards, then the user won't see that there's a hidden sheet. Truthfully though, even with screenupdating on most operations happen so fast that the user wouldn't detect them anyway. Application.ScreenUpdating = False ActiveWorkbook.Sheets("YourHiddenSheet").Visible = True ' ' Your actions here ' ActiveWorkbook.Sheets("YourHiddenSheet").Visible = False Application.ScreenUpdating = True |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hidden rows/columns expand when referencing cells? | Excel Worksheet Functions | |||
Referencing sheets | Excel Discussion (Misc queries) | |||
When referencing other Sheets | Excel Discussion (Misc queries) | |||
How do I avoid referencing hidden values in formulas like OFFSET? | Excel Worksheet Functions | |||
referencing sheets | Excel Programming |