Is there a way to keep the screen from jumping while your macr executes
F Frank Kabel Apr 8, 2004 #2 Hi add the line application.ScreenUpdating = False at the beginning of your macro and the line application.ScreenUpdating = True at the end
Hi add the line application.ScreenUpdating = False at the beginning of your macro and the line application.ScreenUpdating = True at the end