PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
How do I add a script to a rule in Outlook?
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook VBA Programming
How do I add a script to a rule in Outlook?
![]() |
How do I add a script to a rule in Outlook? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
When setting a rule on my E-mails in outlook, I could add a script to be run
automatically. the list of scripts is Empty, I used VBScript Editor to create a macro then tryed to add it to thelist but I couldn't...I don't find any option to do it!!! Thank you |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi Karim,
in VBA your code needs to look like this: Sub YourCode(oMail as MailItem) ' ... End SUb -- Viele Grüße Michael Bauer "karim" <karim@discussions.microsoft.com> wrote in message news 17789F4-8742-4814-9D82-B95F50B26237@microsoft.com...> When setting a rule on my E-mails in outlook, I could add a script to be run > automatically. the list of scripts is Empty, I used VBScript Editor to create > a macro then tryed to add it to thelist but I couldn't...I don't find any > option to do it!!! > > Thank you |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks a lot man
That's what I am looking for "Michael Bauer" wrote: > Hi Karim, > > in VBA your code needs to look like this: > > Sub YourCode(oMail as MailItem) > ' ... > End SUb > > -- > Viele Grüße > Michael Bauer > > > "karim" <karim@discussions.microsoft.com> wrote in message > news 17789F4-8742-4814-9D82-B95F50B26237@microsoft.com...> > When setting a rule on my E-mails in outlook, I could add a script to > be run > > automatically. the list of scripts is Empty, I used VBScript Editor to > create > > a macro then tryed to add it to thelist but I couldn't...I don't find > any > > option to do it!!! > > > > Thank you > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

17789F4-8742-4814-9D82-B95F50B26237@microsoft.com...
