ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Printing User Forms (https://www.excelbanter.com/excel-programming/302952-printing-user-forms.html)

mickiedevries[_7_]

Printing User Forms
 
How do I print a user form? I know how to print a worksheet but not
user form.

Thanks

Micki

--
Message posted from http://www.ExcelForum.com


Charles

Printing User Forms
 
mickiedevries


If you add a command button on your userform you can use

Private Sub CommandButton4_Click()
UserForm1.PrintForm
End Sub

Or:

Sub printuserform()
UserForm1.PrintForm
End Sub


This should print the form.

Charle

--
Message posted from http://www.ExcelForum.com


Charles

Printing User Forms
 
mickiedevries


If you add a command button on your userform you can use

Private Sub CommandButton4_Click()
UserForm1.PrintForm
End Sub

Or:

Sub printuserform()
UserForm1.PrintForm
End Sub


This should print the form.

Charle

--
Message posted from http://www.ExcelForum.com


Charles

Printing User Forms
 
mickiedevries


If you add a command button on your userform you can use

Private Sub CommandButton4_Click()
UserForm1.PrintForm
End Sub

Or:

Sub printuserform()
UserForm1.PrintForm
End Sub


This should print the form.

Charle

--
Message posted from http://www.ExcelForum.com


Charles

Printing User Forms
 
mickiedevries


If you add a command button on your userform you can use

Private Sub CommandButton4_Click()
UserForm1.PrintForm
End Sub

Or:

Sub printuserform()
UserForm1.PrintForm
End Sub


This should print the form.

Charle

--
Message posted from http://www.ExcelForum.com


Charles

Printing User Forms
 
mickiedevries


If you add a command button on your userform you can use

Private Sub CommandButton4_Click()
UserForm1.PrintForm
End Sub

Or:

Sub printuserform()
UserForm1.PrintForm
End Sub


This should print the form.

Charle

--
Message posted from http://www.ExcelForum.com


Charles

Printing User Forms
 
mickiedevries


If you add a command button on your userform you can use

Private Sub CommandButton4_Click()
UserForm1.PrintForm
End Sub

Or:

Sub printuserform()
UserForm1.PrintForm
End Sub


This should print the form.

Charle

--
Message posted from http://www.ExcelForum.com


Charles

Printing User Forms
 
mickiedevries


If you add a command button on your userform you can use

Private Sub CommandButton4_Click()
UserForm1.PrintForm
End Sub

Or:

Sub printuserform()
UserForm1.PrintForm
End Sub


This should print the form.

Charle

--
Message posted from http://www.ExcelForum.com



All times are GMT +1. The time now is 07:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com