Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Don't show the steps in a macro

I don't want the users to see all of the steps in my macro. Is there a way
to just have a status bar and a message when complete instead?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default Don't show the steps in a macro

put

sub your_name
application.screenupdating = false
'your code
..
..
application.screenupdating = true
msgbox "Report Complete"
end sub

--


Gary


"LSkarbek" wrote in message
...
I don't want the users to see all of the steps in my macro. Is there a way
to just have a status bar and a message when complete instead?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Don't show the steps in a macro

Thanks! I'll give it a try.

"Gary Keramidas" wrote:

put

sub your_name
application.screenupdating = false
'your code
..
..
application.screenupdating = true
msgbox "Report Complete"
end sub

--


Gary


"LSkarbek" wrote in message
...
I don't want the users to see all of the steps in my macro. Is there a way
to just have a status bar and a message when complete instead?




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
how do you show steps of a calculation? rawly89 Excel Discussion (Misc queries) 1 March 2nd 09 03:45 PM
cumprinc, not sure how to use it, someone please show me steps ple GACKT Excel Worksheet Functions 0 February 3rd 09 08:43 AM
how can we hide the steps of macro running azam Excel Discussion (Misc queries) 3 January 9th 07 01:09 PM
Steps from Macro recorder for Pivot table will not run as a Macro Nancy[_5_] Excel Programming 0 April 2nd 04 10:33 PM
Fill series macro with different steps PMF Excel Programming 2 September 25th 03 04:16 PM


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