rharri1972
Board Regular
- Joined
- Nov 12, 2021
- Messages
- 132
- Office Version
- 2019
- Platform
- Windows
I have a userform3 that is a customer order form.
I am still building but wanted to print it to check how it is going to look at this point.
I created a command button and the code is:
Private Sub CommandButton1_Click()
UserForm3.PrintForm
End Sub
it looks like it is going to print when the button is clicked but doesn't print.
I check the printer que and it has a printer error.
I have checked just a document from word and the printer and computer are communication but the userform will not print.
any help?
I am still building but wanted to print it to check how it is going to look at this point.
I created a command button and the code is:
Private Sub CommandButton1_Click()
UserForm3.PrintForm
End Sub
it looks like it is going to print when the button is clicked but doesn't print.
I check the printer que and it has a printer error.
I have checked just a document from word and the printer and computer are communication but the userform will not print.
any help?