+ Reply to Thread
Results 1 to 2 of 2

Printing bulk of letters all together instead of printing one after another

  1. #1
    Registered User
    Join Date
    09-06-2010
    Location
    Bristol
    MS-Off Ver
    Excel 2003
    Posts
    96

    Printing bulk of letters all together instead of printing one after another

    Hi guys

    I designed an application in excel as a frontend and Access backend. Now in the userform when the user types all the details in it and press "Complete" button then a letter with all those details gets printed out.

    Now the problems users getting are:

    1. As they have to type sometimes about 100 letters so each time they press "Complete" the letter gets printed out they have to go to printer to collect the letter otherwise it can get mixed with other documents other users are doing or may be lost.So if one user is doing 100 letters then 100 times he will go to printer and collect it.

    Is there any solution so that those letters get saved somewhere and when they press print then the bulk of letters should be printed off together so that they can go just once to printer to collect all the letters.

    Presently I have written the following code on "Complete" button:

    Please Login or Register  to view this content.
    Thanks

  2. #2
    Forum Expert
    Join Date
    11-23-2005
    Location
    Rome
    MS-Off Ver
    Ms Office 2016
    Posts
    1,628

    Re: Printing bulk of letters all together instead of printing one after another

    Try to use this code. Do your command call Sub cmd_complete.
    This macro will copy all your sheet in a new workbook called 'myLetters.xls' auto saved in your 'my document' folder.
    when you close your workbook you will see workbook 'myLetters.xls' with the copy of all your letters.

    See attached file, I hope it's what you need.

    Regards,
    Antonio

    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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