Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default 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"?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default 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"?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
hyperlink not working in excel 2007, if worksheet is hide or hidden skyexcel Excel Worksheet Functions 3 December 3rd 09 02:39 AM
how do I display footer while working?It is hidden until I print. Displaying Footers Excel Discussion (Misc queries) 3 December 22nd 08 06:08 PM
Code not working within hidden column range RobN[_2_] Excel Discussion (Misc queries) 1 March 24th 08 09:54 AM
How do I detect hidden worksheets or hidden data on a worksheet? Alice Excel Discussion (Misc queries) 4 August 24th 06 03:38 AM
Hidden worksheets Torbjörn Steijer Excel Programming 1 November 3rd 03 08:24 PM


All times are GMT +1. The time now is 11:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"