![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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! |
#2
|
|||
|
|||
![]()
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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Gladys" wrote in message ... 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! |
#3
|
|||
|
|||
![]()
Thanks Sue. Where do I put this sub command line?
"Sue Mosher [MVP-Outlook]" wrote: 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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Gladys" wrote in message ... 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! |
#4
|
|||
|
|||
![]()
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 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Gladys" wrote in message ... Thanks Sue. Where do I put this sub command line? "Sue Mosher [MVP-Outlook]" wrote: 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 "Gladys" wrote in message ... 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! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How can I run a macro from a custom button control | AA | Outlook - Using Forms | 1 | June 20th 06 11:35 PM |
custom button problem | [email protected] | Outlook and VBA | 1 | May 27th 06 04:32 AM |
Create button on toolbar for form | BTH | Outlook - Using Forms | 1 | May 11th 06 01:22 PM |
Running exe's from a custom button??? | Jerry Haynes | Outlook and VBA | 1 | April 24th 06 04:26 PM |
Toolbar button to evoke a custom view ? | [email protected] | Outlook - General Queries | 1 | March 20th 06 02:30 PM |