How do I create a custom print button?

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!
 
S

Sue Mosher [MVP-Outlook]

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
 
S

Sue Mosher [MVP-Outlook]

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
 

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

Top