R Robb.rich May 2, 2008 #1 can you keep the current sheet viewable whilst a macro updates or copies from another sheet, when i try this the screen jumps.
can you keep the current sheet viewable whilst a macro updates or copies from another sheet, when i try this the screen jumps.
G Gary''s Student May 2, 2008 #2 Application.ScreenUpdating = False do_some_sutff Application.ScreenUpdating = True