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?
|