Thread
: [Solved]
A macro that can insert FILENAME, sendkeys CTRL ALT T, paste clipboard, and nextline
View Single Post
09-14-2012, 02:12 AM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,466
Hi kyjac85,
After the 'End With', you can clear the clipboard by adding:
Code:
Dim MyData As DataObject Set MyData = New DataObject MyData.SetText "" MyData.PutInClipboard
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod