![]() |
#1
|
|||
|
|||
![]()
It sounds pretty simple. I am trying to create copy Outlook’s e-mail bodytext with "Match Destination Formatting" to a placeholder text in a Word document.
I have been trying for hours to record different workflows. None of them are working. I am using Office 2003 and VB 6.5 Here’s my VBA code. Public Sub CopyPaste() Selection.Copy Dim objDoc As Word.Document Selection.PasteAndFormat (wdFormatSurroundingFormattingWithEmphasis) Set objDoc = Nothing Set objSel = Nothing End Sub Where can I download templates for this simple workflow? Thank you any advice or help. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How can I let my users copy and paste into a protected Word Document? | moden9999 | Word | 4 | 02-02-2015 05:39 PM |
Is it possible to copy & paste Table of Contents out of one document into another? | mikey386 | Word | 4 | 12-18-2014 08:45 AM |
copy from web and paste in a word document : no images are shown | Ron Wolpa | Word | 5 | 09-11-2013 02:16 AM |
Can no longer copy and paste an email file into a task | kc300c | Outlook | 0 | 07-16-2010 04:34 PM |
Copy the contents of a dcoument and paste it several times in a new document | Gerjanst | Word VBA | 0 | 06-30-2010 12:51 PM |