Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Screen suspend

I have a 13 page macro running during which the program switches bac
and forth between sheets. I don't want to see this and I don't want t
slow my computer with displaying this action. How do I suspend th
display, freeze it on the present page or whatever to solve this issue

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Screen suspend

Hi
try the following
Sub foo()
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
'...
'enter your code
'...
Application.ScreenUpdating = True
Application.Calculation = xlCalculationAutomatic
end sub


--
Regards
Frank Kabel
Frankfurt, Germany
"eyecalibrate " schrieb
im Newsbeitrag ...
I have a 13 page macro running during which the program switches back
and forth between sheets. I don't want to see this and I don't want

to
slow my computer with displaying this action. How do I suspend the
display, freeze it on the present page or whatever to solve this

issue?


---
Message posted from http://www.ExcelForum.com/


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Screen suspend


-----Original Message-----
I have a 13 page macro running during which the program

switches back
and forth between sheets. I don't want to see this and I

don't want to
slow my computer with displaying this action. How do I

suspend the
display, freeze it on the present page or whatever to

solve this issue?


---
Message posted from http://www.ExcelForum.com/

.

Application.screenupdating = false

'Your code

Application.screenupdating = true

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
suspend auto increment Bill Johnson Excel Discussion (Misc queries) 6 February 8th 08 06:26 PM
How to temp'ly suspend "edit in cell"? [email protected] Excel Discussion (Misc queries) 0 February 25th 06 12:40 AM
Suspend calc of formula using a non-existent sheet mikeburg Excel Discussion (Misc queries) 4 December 2nd 05 12:48 AM
Suspend/resume running of a macro Peter[_20_] Excel Programming 3 February 9th 04 01:49 PM
Suspend viewing of macros Steve B[_2_] Excel Programming 0 July 24th 03 02:16 PM


All times are GMT +1. The time now is 10:23 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"