+ Reply to Thread
Results 1 to 2 of 2

How to omit certain worksheets in a series from printing

  1. #1
    Macro Solutions
    Guest

    How to omit certain worksheets in a series from printing

    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. #2
    galimi
    Guest

    RE: How to omit certain worksheets in a series from printing

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1