Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 23
Default Hiding sheets in Excel

probably application.screenupdating = false

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hiding sheets in Excel

Hi

Put in Application.ScreenUpdating = False
and Application.ScreenUpdating = True before and after your code e.g.

Sub DoThis()

Application.ScreenUpdating = False

'Your code here

Application.ScreenUpdating = True

End Sub



Tom



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Hiding sheets in Excel

Thanks mate,

Worked like a charm.

Pantelis
"Spammastergrand" wrote in message
...
probably application.screenupdating = false



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
Excel 2003, hiding and showing sheets Neil Holden Excel Discussion (Misc queries) 7 February 1st 10 10:49 AM
Hiding Sheets ArcticWolf Excel Discussion (Misc queries) 1 November 14th 07 11:40 AM
hiding zero values on all sheets & by default on new sheets WiFiMike2006 Excel Worksheet Functions 4 January 19th 07 08:13 PM
Locking Sheets / Hiding Sheets Lee Harris Excel Worksheet Functions 4 November 29th 05 07:21 AM
Hiding Sheets Kim Setting up and Configuration of Excel 3 May 3rd 05 10:45 AM


All times are GMT +1. The time now is 02:21 PM.

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

About Us

"It's about Microsoft Excel"