Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / June 2006

Tip: Looking for answers? Try searching our database.

How to omit certain worksheets in a series from printing

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Macro Solutions - 25 Jun 2006 17:35 GMT
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
galimi - 25 Jun 2006 21:44 GMT
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.
Signature

http://HelpExcel.com
1-888-INGENIO
1-888-464-3646
x0197758

> 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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.