ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Hide Macro Actions (https://www.excelbanter.com/excel-programming/390651-hide-macro-actions.html)

FrankTimJr

Hide Macro Actions
 
Is there a way I can "hide" the actions when a macro is being run instead of
watching excel bounce around until it has run it's course?

Mike H

Hide Macro Actions
 
Possibly:-

sub yoursub()
applications.screenupdating = false

do your stuff

application.screenupdating = True
end Sub


Mike
"FrankTimJr" wrote:

Is there a way I can "hide" the actions when a macro is being run instead of
watching excel bounce around until it has run it's course?


Keith74

Hide Macro Actions
 
application.screenupdating = false

at the start of the macro, and

application.screenupdating = true

at the end of the macro


FrankTimJr

Hide Macro Actions
 
It worked. Thank you!

"Keith74" wrote:

application.screenupdating = false

at the start of the macro, and

application.screenupdating = true

at the end of the macro




All times are GMT +1. The time now is 06:37 PM.

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