![]() |
|
#4
|
||||
|
||||
|
Outlook may be open but your code creates another Outlook application
Code:
Set OutApp = CreateObject("Outlook.Application")
You can't use an existing watermark in your message body as watermarks are set in the header footer story range and e-mails do not support header/footers. Create you message as a Word document. The macro will copy the complete body of the active document, including any graphics anchored to the body story range to the message. If your graphics are anchored to the header/footer range, bring them out to the document body and then the macro can copy them.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Copying data related to one item to worksheet with many instances of the same item
|
nmp13 | Excel | 3 | 02-06-2016 02:13 AM |
COUNTIFS returning Value Error
|
ubns | Excel | 1 | 04-16-2015 02:00 PM |
| Returning a specific value when item is selected from a drop-down list | J Press | Excel | 4 | 09-10-2012 06:12 AM |
| oulook 2003 error - this item cannot be displayed in the regading pane. | GoneFusion | Outlook | 1 | 09-22-2010 09:45 AM |
MYOB and "Item.Send error" Outlook message
|
peter_lambros | Outlook | 1 | 12-06-2008 08:24 AM |