What would an Outlook 2007 macro to automate Paste Special - Unformatted Text look like?
Posted
by Gary Petersen
on Super User
See other posts from Super User
or by Gary Petersen
Published on 2009-08-18T23:59:24Z
Indexed on
2010/03/31
19:13 UTC
Read the original article
Hit count: 409
I'd like to assign a macro in Outlook 2007 to a Toolbar button that would execute the equivalent of these clicks when there is formatted text in the Windows clipboard:
- Click the Paste icon by the bottom arrow
- Click the Paste Special link.
- Click the Unformatted Text link.
I have similar macros in Excel 2007 and Word 2007 but haven't been able to get one to work in Outlook 2007 / VBA. What would the VBA code for such a macro be?
© Super User or respective owner