I have a macro written that hides all empty rows on a certain workbook. I have another macro written that prints certain worksheets. I would like for the Print macro to call the EmptyRow macro, so that its code is run first.
In other words, I don't want the Print macro to run without making sure the Empty row has performed first. However, the EmptyRow can be performed without printing.
Right now I just copied and pasted all of the Empty macro's code into the Print macro so that it has to be run, but then realized there must be a more efficient way. Can I somehow call or reference the other macro? Thanks in advance,
Mark
In other words, I don't want the Print macro to run without making sure the Empty row has performed first. However, the EmptyRow can be performed without printing.
Right now I just copied and pasted all of the Empty macro's code into the Print macro so that it has to be run, but then realized there must be a more efficient way. Can I somehow call or reference the other macro? Thanks in advance,
Mark