I have 2 different excel workbooks when the second one is open and i start entering data in book 1 it flickers whenever i enter anything.
I do have macros on both. In Book 1 a couple of the macros are long and did flicker so I entered
Application.ScreenUpdating = False at the top of the macro
Application.ScreenUpdating = True at the bottom of the macro
that solved the problem on book 1, however when i now open Book 2 and enter stuff in Book 1 it flickers again
Is there a away to use something similar below to cover the whole book to stop it flickering
Application.ScreenUpdating = False
Application.ScreenUpdating = True
I do have macros on both. In Book 1 a couple of the macros are long and did flicker so I entered
Application.ScreenUpdating = False at the top of the macro
Application.ScreenUpdating = True at the bottom of the macro
that solved the problem on book 1, however when i now open Book 2 and enter stuff in Book 1 it flickers again
Is there a away to use something similar below to cover the whole book to stop it flickering
Application.ScreenUpdating = False
Application.ScreenUpdating = True