Printing

  • Thread starter Thread starter Greg B
  • Start date Start date
G

Greg B

How can I get the userform to print with all the information in the text
boxes.

Thanks in advance\

Greg
 
You can use the PrintForm method:

Private Sub cmdPrint_Click()
frmOrders.PrintForm
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top