+ Reply to Thread
Results 1 to 3 of 3

Create a Button that will print sheets

  1. #1
    Helen
    Guest

    Create a Button that will print sheets

    Hello,

    I have a workbook that contains many worksheets. I would like to add a
    button to my first sheet that prints a selected few of the sheets. I've
    already added my button but is unsure what the code should be.

    Thanks!!

    Helen



  2. #2
    Jim Thomlinson
    Guest

    RE: Create a Button that will print sheets

    One way...

    Sheets(Array("Sheet1", "Sheet2")).printout Copies:=1
    --
    HTH...

    Jim Thomlinson


    "Helen" wrote:

    > Hello,
    >
    > I have a workbook that contains many worksheets. I would like to add a
    > button to my first sheet that prints a selected few of the sheets. I've
    > already added my button but is unsure what the code should be.
    >
    > Thanks!!
    >
    > Helen
    >
    >
    >


  3. #3
    Helen
    Guest

    Re: Create a Button that will print sheets

    Works great.

    Thanks!

    Helen


    "Jim Thomlinson" <[email protected]> wrote in message
    news:[email protected]...
    > One way...
    >
    > Sheets(Array("Sheet1", "Sheet2")).printout Copies:=1
    > --
    > HTH...
    >
    > Jim Thomlinson
    >
    >
    > "Helen" wrote:
    >
    >> Hello,
    >>
    >> I have a workbook that contains many worksheets. I would like to add a
    >> button to my first sheet that prints a selected few of the sheets. I've
    >> already added my button but is unsure what the code should be.
    >>
    >> Thanks!!
    >>
    >> Helen
    >>
    >>
    >>




+ 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