My Excel document contains 6 pages which are broken by page breaks.
The first 3 pages will always need to print, but pages 4, 5, and 6 only need to print if the there is text input into a specific cell:
IF D122 >0, THEN PRINT PAGES 1 THROUGH 4
IF D166 >0, THEN PRINT PAGES 1 THROUGH 5
IF D210 >0, THEN PRINT PAGES 1 THROUGH 6
Any help would be greatly appreciated.
The first 3 pages will always need to print, but pages 4, 5, and 6 only need to print if the there is text input into a specific cell:
IF D122 >0, THEN PRINT PAGES 1 THROUGH 4
IF D166 >0, THEN PRINT PAGES 1 THROUGH 5
IF D210 >0, THEN PRINT PAGES 1 THROUGH 6
Any help would be greatly appreciated.