Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to paste from clipboard into Outlook message body

Status
Not open for further replies.

AudreyCole

Programmer
Aug 14, 2002
21
US
Hi. I have an Access app that creates Outlook messages. I want to allow the user to either use the textbox in the Access form, which it does now, or use the contents of the clipboard for the outlook message (because I need rtf formatted text, which Access textboxes don't handle). Now code says: olmessage.body = forms!myform.txtbody. I want another option to make the olmessage.body equal the clipboard contents. Any ideas?

Thanks much,

Audrey Cole
 
Hi,

Try this FAQ faq181-374 while not exactly answering you problem you'll probably be able to adapt it to suit your needs.

Cheers,

Pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top