Hi all
Firstly thanks for everyones help previously. Greatly appreciated and helps my knowledge no end.
In Range"C16" - if it contains a value i.e. - "XXX" then y screen resizes.
There is code of
After this, I do not want anything updated if cells C17:c20 are empty
Once C22 is populated, I want the code to run again
Firstly thanks for everyones help previously. Greatly appreciated and helps my knowledge no end.
In Range"C16" - if it contains a value i.e. - "XXX" then y screen resizes.
There is code of
Code:
Application.ScreenUpdating = TRUE
After this, I do not want anything updated if cells C17:c20 are empty
Once C22 is populated, I want the code to run again