Good morning,
I'm trying to figure out how to create a macro/button to print 2 worksheets, out of the several worksheets that exist in my workbook, but printing them under some conditions;
1. If cell S19=TRUE, and If cell P13=TRUE, then print 3 pages of each both worksheets.
2. If cell S19=TRUE, and If cell P13=FALSE, then print 2 pages of each both worksheets.
How might I go about doing this? I've seen a bit of printing code for VBA but none yet that have a conditional like this.
Help is greatly appreciated, thank you!
I'm trying to figure out how to create a macro/button to print 2 worksheets, out of the several worksheets that exist in my workbook, but printing them under some conditions;
1. If cell S19=TRUE, and If cell P13=TRUE, then print 3 pages of each both worksheets.
2. If cell S19=TRUE, and If cell P13=FALSE, then print 2 pages of each both worksheets.
How might I go about doing this? I've seen a bit of printing code for VBA but none yet that have a conditional like this.
Help is greatly appreciated, thank you!