![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 forward first. It is necessary that it run after Forward. Is this possible? Thanks, Angie |
Ads |
#2
|
|||
|
|||
![]()
Do you mean that you want the script is not running when you click the
command button on the forwarded item? If so, check the settings for the Forward action in the (Actions) page on your form design to make sure the Forward action is pointing to the your published custom form. Republish if you need to make that change. -- 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: 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 forward first. It is necessary that it run after Forward. Is this possible? Thanks, Angie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2003 Auto Forward Rules do not forward Attachment Correctly | Tom Ewald | Outlook - General Queries | 0 | March 8th 07 05:04 PM |
forward | Sam | Outlook - General Queries | 4 | January 29th 07 07:22 PM |
How to setup a rule to forward rule in Outlook (xp or 2003) to forward emails from a certain domain when app isnt running? | KingCronos | Outlook - General Queries | 7 | November 15th 06 11:22 AM |
Outlook 2003 Sript: Finding & Opening Items | news.microsoft.com | Outlook and VBA | 2 | November 2nd 06 05:21 PM |
How to forward a fax? | James | Outlook - Fax Functions | 5 | August 19th 06 03:51 AM |