I have a macro that cycles thru Excel sheets and performs a print. Some sheets need only certain areas printed, and some sheets do NOT NEED PRINTED AT ALL.
The first portion of this is easy enough to handle by using the "Print_Area" name set to the areas to be printed, however, I cannot figure out how to
suppress printing on the sheet entirely. For example, if I define "Print_Area" as NULL, TRUE, FALSE or even a "nothing range" such as =OFFSET(Sheet1!$A$1,0,0,0,0), the
ENTIRE sheet is printed. It would be valuable if the PRINT_AREA could be set to SUPPRESS printing, can this be done?
The first portion of this is easy enough to handle by using the "Print_Area" name set to the areas to be printed, however, I cannot figure out how to
suppress printing on the sheet entirely. For example, if I define "Print_Area" as NULL, TRUE, FALSE or even a "nothing range" such as =OFFSET(Sheet1!$A$1,0,0,0,0), the
ENTIRE sheet is printed. It would be valuable if the PRINT_AREA could be set to SUPPRESS printing, can this be done?