Hi everyone,
A problem i've come across a lot recently.
Lets say I have 10 macros in my document.
each one runs and is used on its own so at the beggining i have
"Application.ScreenUpdating = False"
then code then
"Application.ScreenUpdating = True"
all works great, but then lets say I...