Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Macro compiling screen

Some of the Macros in my program include maximising and minimising various
workbooks. Once the button with the assigned macro is clicked, the screen
proceeds to show me all of the actions very quickly (as usual). What i would
like to know is this, is there any way, or any code i could put in my macro
so that a loading/compiling screen is shown to the user rather than the
maximising/minimising of windows? Any help greatly apprectiated. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Macro compiling screen

On Jul 27, 2:18 pm, andrewbt
wrote:
Some of the Macros in my program include maximising and minimising various
workbooks. Once the button with the assigned macro is clicked, the screen
proceeds to show me all of the actions very quickly (as usual). What i would
like to know is this, is there any way, or any code i could put in my macro
so that a loading/compiling screen is shown to the user rather than the
maximising/minimising of windows? Any help greatly apprectiated. Thanks.



Application.ScreenUpdating = False
.... your main part of macro
Application.ScreenUpdating = True

Regarding putting a "loading/compiling screen", you should display a
msgbox in the beginning of the macro. But I am not sure whether
control flows pst when a msgbox is displayed.

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
Macro Screen tip John Excel Discussion (Misc queries) 1 February 2nd 07 07:40 PM
Macro as Screen Saver hmm Excel Discussion (Misc queries) 0 July 19th 06 12:27 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Is this possible , screen captures with a macro? S S Excel Worksheet Functions 0 April 11th 06 12:18 PM
Macro suddenly causes the screen to blink Top Spin New Users to Excel 3 November 29th 04 02:07 AM


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