+ Reply to Thread
Results 1 to 2 of 2

can I have a cell in my worksheet to control the number of copies.

  1. #1
    1google
    Guest

    can I have a cell in my worksheet to control the number of copies.

    I want to create a cell in excel to input the quantity to print so I don't
    have to go to 'File' Print to put the quantity. Is that possible

  2. #2
    Tom Ogilvy
    Guest

    Re: can I have a cell in my worksheet to control the number of copies.

    If you use a macro to print

    Sub PrintBook()
    Activeworkbook.PrintOut Copies:=Activeworkbook. _
    Worksheets(1).Range("A1").Value
    End Sub

    --
    Regards,
    Tom Ogilvy

    "1google" <[email protected]> wrote in message
    news:[email protected]...
    > I want to create a cell in excel to input the quantity to print so I don't
    > have to go to 'File' Print to put the quantity. Is that possible




+ 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