Consulting

Results 1 to 3 of 3

Thread: Userform printform formatting

  1. #1

    Userform printform formatting

    Hi guys,

    Using 'userform1.printform' you can printout the form to your default printer, but how can you format the output such that the image is centred on the page & not lodged tightly into the top-left corner?

  2. #2
    VBAX Wizard lucas's Avatar
    Joined
    Jun 2004
    Location
    Tulsa, Oklahoma
    Posts
    7,323
    Location
    I don't know if this can be done or not but it seems like there must be a better way....
    why not have a print button on your form that puts all of the data from the form into a preformatted sheet set up just for printing(make it look the way you want it). Then clear the contents of the print sheet for the next run...?
    Steve
    "Nearly all men can stand adversity, but if you want to test a man's character, give him power."
    -Abraham Lincoln

  3. #3
    Quote Originally Posted by lucas
    I don't know if this can be done or not but it seems like there must be a better way....
    why not have a print button on your form that puts all of the data from the form into a preformatted sheet set up just for printing(make it look the way you want it). Then clear the contents of the print sheet for the next run...?
    The workbook is too big already, and I have several forms which users 'may' want to print. It is a little over-the-top creating several worksheets just for these 'odd' occasions, to eliminate the complaints received.

    I thought their might simply be a couple of lines of coding (I'd been unable to find) that would solve the issue.

Posting Permissions

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