| Code level: beginner Code area: Basic Outlook Printer Friendly Version | ||
| Title: Sending A Fax to the Active Contact | ||
| Description: This Macro very simply collects the active Contact (Thank you to Sue Mosher) and Populates merge feilds in a fax coverpage. Thank you to Sue for the GetCurrentItem Function and Thank you to John Mulvaney for assistance with the rest. | ||
| Date: 02-Sep-2003 01:18 | ||
| Code level: beginner | ||
| Code area: Basic Outlook | ||
| Posted by: Mark Moser | ||
| Body: |
||
| All 4comments |
| Page [ 1 ] | ||
|
|
Sue Mosher
07-Sep-2003 19:37
Once you have the oDoc document populated, you could print it, display it, or save and attach it to an Outlook message addressed to a fax recipient. |
|
|
|
Michel
28-Jul-2004 04:27
I created a word form using the above code, it works fine. However, now I'm looking to remove empty lines when the field result is "" |
|
|
|
Max
20-Aug-2004 16:02
I get an error '13' in Set MyContact = GetCurrentItem() ?? |
|
|
|
Sue Mosher
20-Aug-2004 17:14
So, is the current item a contact? This would be a better way to handle this situation: Dim MyContact As Object Set MyContact = GetCurrentItem() If MyContact.Class = olContact Then ' continue the procedure here End IF |
|
| Page [ 1 ] | ||
| Post your comment name email |
