ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Working with Hidden worksheets (https://www.excelbanter.com/excel-programming/325836-working-hidden-worksheets.html)

Hibbs

Working with Hidden worksheets
 
I have a workbook with six detail worksheets and a couple of "menu"
worksheets. I am looking for a way to run several macros against the detail
sheets without having the user watch them flash by and change during the
macro's execution.

Is there a command that I can place in the macro to keep the worksheets
hidden but still use commands like "ActiveCell"?

Bob Phillips[_6_]

Working with Hidden worksheets
 
Application.ScreenUpdating = False

at the start, and reset to True at the end.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Hibbs" wrote in message
...
I have a workbook with six detail worksheets and a couple of "menu"
worksheets. I am looking for a way to run several macros against the

detail
sheets without having the user watch them flash by and change during the
macro's execution.

Is there a command that I can place in the macro to keep the worksheets
hidden but still use commands like "ActiveCell"?





All times are GMT +1. The time now is 04:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com