Hi guys,
I have an Excel file with defined macros that are opening specific PPT files.
I'm looking for a VBA code that will run a specific macro based on if certain cells are empty and other are not.
For example:
If cells B1 and B2 are empty but cell B3 isn't --> then run Macro1
If cells B1, B2 & B3 are empty but cell B4 isn't --> then run Macro2
Is it possible?
Many thanks!
I have an Excel file with defined macros that are opening specific PPT files.
I'm looking for a VBA code that will run a specific macro based on if certain cells are empty and other are not.
For example:
If cells B1 and B2 are empty but cell B3 isn't --> then run Macro1
If cells B1, B2 & B3 are empty but cell B4 isn't --> then run Macro2
Is it possible?
Many thanks!