Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How to hide all the actions while a macro is running

Is there a way or a code to hide all the actions while a
macro is running?

Thanks,
milo
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default How to hide all the actions while a macro is running

application.ScreenUpdating=False


-----Original Message-----
Is there a way or a code to hide all the actions while a
macro is running?

Thanks,
milo
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,268
Default How to hide all the actions while a macro is running

Don't forget to change that to true at the end of the
macro

Sub MyMacro()
application.ScreenUpdating=False
'do your thing
application.ScreenUpdating=True
End Sub


Regards,

Peo Sjoblom



-----Original Message-----
application.ScreenUpdating=False


-----Original Message-----
Is there a way or a code to hide all the actions while

a
macro is running?

Thanks,
milo
.

.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How to hide all the actions while a macro is running


Use this line of code at the start of the macro and it
stops all the actionfrom appearing on the screen.

ScreenUpdating = False

-----Original Message-----
Is there a way or a code to hide all the actions while a
macro is running?

Thanks,
milo
.

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
Hide screen movements when a macro is running STatAGL Excel Discussion (Misc queries) 4 April 3rd 23 06:54 PM
how can we hide the steps of macro running azam Excel Discussion (Misc queries) 3 January 9th 07 01:09 PM
If I have my sheets protected will that prevent me running a macro to hide certain sells? Marc Excel Worksheet Functions 0 May 17th 06 11:36 PM
Hide "Excel" when running VB Old Car Excel Discussion (Misc queries) 5 April 30th 05 09:56 AM
How to change macro so it performs actions on ACTIVE sheet? Tom9283 Excel Discussion (Misc queries) 6 April 15th 05 07:32 AM


All times are GMT +1. The time now is 05:16 AM.

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"