I have code that I want to run only if several cells have data in it.
E7
E9
E11
E13
E15
M7
M9
M11
M13
M15
I don't want it to do an If for each individual cell (If, then, If, Then....)
I want to run the code and check these. If any are blank, stop the code and open UserForm5
Private Sub...