Forum: Outlook - Using Forms
January 26th 10, 05:01 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 715
|
Forum: Outlook - Using Forms
January 22nd 10, 06:18 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 964
Code to clear certain fields in Outlook Form
From a user's perspective, it is right after he/she clicks the message box
which would read, "Manager Employee Number is not valid..." Once the OK
button on the "error" is clicked, their cursor...
|
Forum: Outlook - Using Forms
January 21st 10, 08:00 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 964
Code to clear certain fields in Outlook Form
Sue - Thank you!!! I'll remember that...VBScript not JScript. I think I
have one last question. The VBScript I have now is as follows:
Function Item_Send()
Const olCc = 2
Set objRecip =...
|
Forum: Outlook - Using Forms
January 20th 10, 10:43 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 964
Code to clear certain fields in Outlook Form
The code reads as follows:
Function Item_Send()
Const olCc = 2
Set objRecip = Item.Recipients.Add
(Item.UserProperties("ManagerEmployeeNumber2"))
If objRecip.Resolve Then
objRecip.Type =...
|
Forum: Outlook - Using Forms
January 20th 10, 07:05 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 964
Code to clear certain fields in Outlook Form
I have a text box for employee number. This field is used to address the CC
field. If the employee number is typed incorrectly and therefore cannot be
resolved and error message show. What I'd...
|
Forum: Outlook - Using Forms
January 12th 10, 02:24 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 1,222
|
Forum: Outlook - Using Forms
January 7th 10, 08:11 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 1,222
|
Forum: Outlook - Using Forms
January 4th 10, 08:05 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 1,222
|
Forum: Outlook - Using Forms
December 29th 09, 03:10 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 1,222
|
Forum: Outlook - Using Forms
December 17th 09, 02:43 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 778
|
Forum: Outlook - Using Forms
October 5th 09, 03:48 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 420
Run Sript after Forward
I have a command button to insert text into the message body.
Item.Body = Item.Body & vbCrLf & "new stuff"
The script runs before a user hits Forward, but does not run if the user
were to hit...
|
Forum: Outlook - Using Forms
September 30th 09, 08:45 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,308
Script only runs on my PC
Yes, got it. Thanks!
"Sue Mosher [MVP]" wrote:
This is so very, very basic that you need to learn it, so I'm not going to
give you the answer, only hints. You already seem to know that you...
|
Forum: Outlook - Using Forms
September 30th 09, 08:10 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,308
Script only runs on my PC
Sorry, I got lost by that. Here is my code:
Sub Employee_Signature_Click()
Item.Body = Item.Body & vbCrLf & Now()
Item.Body = Item.Body & vbCrLf & "I have read the document."
End Sub
What would be...
|
Forum: Outlook - Using Forms
September 30th 09, 06:35 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,308
Script only runs on my PC
Again, Thank you!
One last question? Approx. 95% of our users have signatures. How do you go
about getting that custom code to appear above one's signature. Right now,
it is appearing below...
|
Forum: Outlook - Using Forms
September 30th 09, 05:48 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,308
Script only runs on my PC
Thank you! What great knowledge.
1) What would the code look like? I am not very well versed. I get
confused as to where () and "" go.
Item.Body = Item.Body & vbCrLf & "concat(=now(),"new...
|
Forum: Outlook - Using Forms
September 30th 09, 05:06 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,308
Script only runs on my PC
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...
|
Forum: Outlook - Using Forms
September 30th 09, 02:13 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 1,308
Script only runs on my PC
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...
|
Forum: Outlook - Using Forms
September 21st 09, 03:22 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 778
|
Forum: Outlook - Using Forms
September 18th 09, 10:22 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 778
|
Forum: Outlook - Using Forms
September 18th 09, 06:33 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 778
|
Forum: Outlook - Using Forms
September 18th 09, 05:35 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 778
|
Forum: Outlook - Using Forms
September 18th 09, 03:28 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 9
Views: 778
|
Forum: Outlook - Using Forms
January 9th 06, 03:27 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 1,099
|