View Single Post
  #4  
Old September 30th 09, 05:33 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Script only runs on my PC

1) Yes, Now() is the correct function. Concatenate with to your existing
expression used to set Item.Body.

2) In what version of Outlook?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Delnang" wrote in message
...
Yes, that worked like a charm. I knew it would be easy.

Two addtional questions:
1. Is there a way to add an =now() type statement to this so that one
would
know when the text was added to an email?

2. Is there a way to surpress automatic signatures in an Outlook form?

Thanks,
Angie

"Sue Mosher [MVP]" wrote:

The form must be published to the Organizational Forms library with the
"send form definition with item" box on the (Properties) page in the
designer unchecked.

"Delnang" wrote in message
...
I have code behind a command button:
Example:

Item.Body = Item.Body & vbCrLf & "new stuff"

and when I select the command button it works on my PC. When I send
the
email, and the recipient clicks the button, nothing happens.

How can I make it so the button work so that if one were to get the
form
from the Org. Library, the command buttons run the code?

Thanks,
Angie



Ads