I have a long macro that keeps on shifting between one sheet select copy.....to another sheet.
I need the process to be invisble to the user and instead place a message msgbox "Please Wait - Processing" until the pocess is done.
Please advice,
Thank you.
Dré
One caveat if you are displaying a dialog with ScreenUpdating set to False: If the user clicks and drags the dialog around, they will see multiple images of the dialog, since the underlying screen isn't being redrawn. If your macro is primarily copying from one sheet, switching to another, then pasting, you might want to try something like the following, which doesn't switch worksheets, instead of setting ScreenUpdating=False:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.