The Outlook objct model doesn't offer a way to work with the clipboard. If
you add a UserForm to your VBA project, the MSForms library will be
referenced, which in turn offers a DataObject.
After adding the UserForm, please open the object browser (f2), switch from
<All libraries> to MSForms, and select the DataObject left hand, then see
what methods are available right hand.
The subject of the currently opened item is:
Application.ActiveInspector.CurrentItem.Subject
With the DataObject you may write that subject into the clipboard.
--
Best regards
Michael Bauer - MVP Outlook
: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <
http://www.vboffice.net/product.html?pub=6&lang=en>
Am Fri, 5 Sep 2008 11:25:01 -0700 schrieb G: