Hi,
I am currently working on a macro that involves switching between different worksheets many times. The worksheets are all named so that they can be accessed using several for loops. I have set Application.ScreenUpdating to False, but the computer still visually switches between sheets, slowing down processing time. Is there any way to avoid this? Maybe it's because I activate each sheet as I use it so I can use ActiveSheet when I should instead just reference the sheet everytime I have ActiveSheet? Thanks in advance for your help.
-Raman
Bookmarks