Hi,
I am new to VBA and am having some trouble combining two worksheet change events.
As I understand you can only have one event per worksheet.
One macro hides rows 8:9 if cell E14="" and unhides if otherwise.
The other macro would hide rows 20:21 if cel E15="" and unhide if otherwise.
How can I combine these two change events?
I am new to VBA and am having some trouble combining two worksheet change events.
As I understand you can only have one event per worksheet.
One macro hides rows 8:9 if cell E14="" and unhides if otherwise.
The other macro would hide rows 20:21 if cel E15="" and unhide if otherwise.
How can I combine these two change events?