R
RyanH
I would like to print a userform with a commandbutton, but the entire
userform does not fit on the page. Is there a way to click the control
button that is located on the userform and print the form to fit on one page?
This is what I have:
Private Sub btnPrint_Click()
frmItemSummary.PrintForm
MsgBox "Item # " & Cells(ActiveCell.Row, "A") & " has been sent to the
Printer.", vbInformation
End Sub
userform does not fit on the page. Is there a way to click the control
button that is located on the userform and print the form to fit on one page?
This is what I have:
Private Sub btnPrint_Click()
frmItemSummary.PrintForm
MsgBox "Item # " & Cells(ActiveCell.Row, "A") & " has been sent to the
Printer.", vbInformation
End Sub