When I run my macro is can see it switching sheets and copy/pasting data. But this isn't really user-friendly. Is there a way to show a simple messagebox "The macro is running!" for the entire duration and OK only becomes clickable when the macro stops?
Thank you!
In your code use:
Application.ScreenUpdating = False
//Your code
Application.ScreenUpdating = True
This will stop the screen flicker you are seeing...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With