macros over different sheets
Application.ScreenUpdating = False
do_some_sutff
Application.ScreenUpdating = True
--
Gary''s Student - gsnu200783
"Robb.rich" wrote:
can you keep the current sheet viewable whilst a macro updates or copies from
another sheet, when i try this the screen jumps.
|