How do I create a custom print button?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've read the post on the forum but I still have no idea how to create a
custom print button on my form. I don't want to use the print button on
Outlook because the print out ends up looking funny. I am hoping to have a
print out that has the exact format as my custom form.
Thanks!
 
Sub CommandButton1_Click()
' put your code to print here
End Sub

The Word template technique is the most flexible and highly recommended. See http://www.outlookcode.com/d/customprint.htm
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
All Outlook form code goes in the window that appears when you click View Code on an Outlook form in design mode.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top