View Single Post
  #2  
Old August 22nd 06, 06:08 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default button on toolbar

A button on the form would be more appropriate:

Sub COmmandButton1_Click()
Item.Body = "my text"
End Sub

See http://www.outlookcode.com/d/propsyntax.htm if you need a primer on property and control syntax.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Pam Coleman" wrote in message ...
If I have created a form in outlook using the design form and it is stored in
the Personal Forms Library, is there a way I can add a button to the toolbar,
so when I click on it, the form will populate in my message area. Thanks

Ads