I know there is a flag I can set in code so that while a macro is running excel does not update the screen until it is done. Does anyone know what that flag is?
Printable View
I know there is a flag I can set in code so that while a macro is running excel does not update the screen until it is done. Does anyone know what that flag is?
Ok nevermind I found it
Application.ScreenUpdating=False