Thread
:
VBA macro to send Emails from Word: First line font
View Single Post
02-26-2025, 11:03 PM
gmayor
Windows 10
Office 2019
Expert
Join Date: Aug 2014
Posts: 4,144
If you collapse the range to its start before pasting, the default signature, which is at the end of the message range, is preserved.
Code:
Set oRng = wdDoc.Range oRng.Collapse 1 oRng.Paste
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes
www.gmayor.com
gmayor
View Public Profile
Find all posts by gmayor