+ Reply to Thread
Results 1 to 3 of 3

Hide Columns When Printing

Hybrid View

  1. #1
    Heather
    Guest

    Hide Columns When Printing

    I would like help on how to view show columns when working on a worksheet,
    but hide them when I print my worksheet. Can anyone help please?

    Thanks!

  2. #2
    barbetta3141@yahoo.com
    Guest

    Re: Hide Columns When Printing

    Try one of

    Range(myRange).EntireColumn.Hidden = True
    Range("B1").EntireColumn.Hidden = True
    Columns("A:E").Hidden = True

    Then one of
    ActiveSheet.PrintOut
    ActiveSheet.Print

    Then the same line as above but with "=False"


  3. #3
    Ron de Bruin
    Guest

    Re: Hide Columns When Printing

    See
    http://www.rondebruin.nl/print.htm#Hide

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "Heather" <Heather@discussions.microsoft.com> wrote in message news:1ECD510D-CF24-44AA-8F78-CFDABC029AA3@microsoft.com...
    >I would like help on how to view show columns when working on a worksheet,
    > but hide them when I print my worksheet. Can anyone help please?
    >
    > Thanks!




+ 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