Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have set up a macro to print several worksheets in a Excel workbook.
How do I omit a sheet fom printing if it reflects a zero value in a certain cell |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can surround the print macro with the following condition.
If range("range").value < 0 then print macro here... end if range("range") should be replaced with the range/cell you are referencing. -- http://HelpExcel.com 1-888-INGENIO 1-888-464-3646 x0197758 "Macro Solutions" wrote: I have set up a macro to print several worksheets in a Excel workbook. How do I omit a sheet fom printing if it reflects a zero value in a certain cell |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
selecting a series of worksheets for printing not whole workbook | New Users to Excel | |||
how to omit printing data highlighted in red | Excel Worksheet Functions | |||
how do i omit rows for printing based on column value | Excel Discussion (Misc queries) | |||
How do I omit rows containing nozero values when printing in excel | Excel Discussion (Misc queries) | |||
Printing? Worksheets not printing the same on multiple pc's! | Excel Programming |