F FRANKB Sep 23, 2003 #1 When I press the VBA button you can see it going through the process. How do I hide this process? Thanks Frank
When I press the VBA button you can see it going through the process. How do I hide this process? Thanks Frank
N Niek Otten Sep 23, 2003 #2 Hi Frank, I suppose you mean you can see what happens to the worksheets. In your macro, include "Application.ScreenUpdating = False" in the beginning and dito "True" towards the end.
Hi Frank, I suppose you mean you can see what happens to the worksheets. In your macro, include "Application.ScreenUpdating = False" in the beginning and dito "True" towards the end.