ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Don't show the steps in a macro (https://www.excelbanter.com/excel-programming/358648-dont-show-steps-macro.html)

LSkarbek

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?

Gary Keramidas

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?




LSkarbek

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?






All times are GMT +1. The time now is 02:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com