![]() |
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 work for a large organisation and have reached the limit of my message
rules, I therefore want to try and use VBA to move messages from certain people or with certain subjects to various sub-folders of my inbox (also consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a 2000 exchange server, I am completely new to VB in Outlook, can anyone give me the basics and I can build from them? Thank you in advance Keith |
#2
|
|||
|
|||
![]()
You might start with these pages:
http://www.outlookcode.com/d/vbabasics.htm http://www.outlookcode.com/d/vb.htm http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming messages -- 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 "Keith" wrote in message ... I work for a large organisation and have reached the limit of my message rules, I therefore want to try and use VBA to move messages from certain people or with certain subjects to various sub-folders of my inbox (also consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a 2000 exchange server, I am completely new to VB in Outlook, can anyone give me the basics and I can build from them? Thank you in advance Keith |
#3
|
|||
|
|||
![]()
Thanks Sue, but the 3rd link will not work for me, is there a problem with
it? "Sue Mosher [MVP-Outlook]" wrote in message ... You might start with these pages: http://www.outlookcode.com/d/vbabasics.htm http://www.outlookcode.com/d/vb.htm http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming messages -- 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 "Keith" wrote in message ... I work for a large organisation and have reached the limit of my message rules, I therefore want to try and use VBA to move messages from certain people or with certain subjects to various sub-folders of my inbox (also consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a 2000 exchange server, I am completely new to VB in Outlook, can anyone give me the basics and I can build from them? Thank you in advance Keith |
#4
|
|||
|
|||
![]()
Some days I just can't type. Try http://www.outlookcode.com/d/code/zaphtml.htm
-- 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 "Keith" wrote in message ... Thanks Sue, but the 3rd link will not work for me, is there a problem with it? "Sue Mosher [MVP-Outlook]" wrote in message ... You might start with these pages: http://www.outlookcode.com/d/vbabasics.htm http://www.outlookcode.com/d/vb.htm http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming messages "Keith" wrote in message ... I work for a large organisation and have reached the limit of my message rules, I therefore want to try and use VBA to move messages from certain people or with certain subjects to various sub-folders of my inbox (also consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a 2000 exchange server, I am completely new to VB in Outlook, can anyone give me the basics and I can build from them? Thank you in advance Keith |
#5
|
|||
|
|||
![]()
Thanks Sue,
I have been reading the links and playing about with things but am still no further forward, can you give me a basic script so I can see how it works then I can expand from there? Thanks again "Sue Mosher [MVP-Outlook]" wrote in message ... Some days I just can't type. Try http://www.outlookcode.com/d/code/zaphtml.htm -- 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 "Keith" wrote in message ... Thanks Sue, but the 3rd link will not work for me, is there a problem with it? "Sue Mosher [MVP-Outlook]" wrote in message ... You might start with these pages: http://www.outlookcode.com/d/vbabasics.htm http://www.outlookcode.com/d/vb.htm http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming messages "Keith" wrote in message ... I work for a large organisation and have reached the limit of my message rules, I therefore want to try and use VBA to move messages from certain people or with certain subjects to various sub-folders of my inbox (also consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a 2000 exchange server, I am completely new to VB in Outlook, can anyone give me the basics and I can build from them? Thank you in advance Keith |
#6
|
|||
|
|||
![]()
I don't know how to get any more basic than the samples on that page. You can also look at the one at http://www.outlookcode.com/d/code/quarexe.htm, which moves messages.
Maybe you should ask specific questions about the pieces you think you're missing. -- 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 "Keith" wrote in message ... I have been reading the links and playing about with things but am still no further forward, can you give me a basic script so I can see how it works then I can expand from there? "Sue Mosher [MVP-Outlook]" wrote in message ... Some days I just can't type. Try http://www.outlookcode.com/d/code/zaphtml.htm "Keith" wrote in message ... Thanks Sue, but the 3rd link will not work for me, is there a problem with it? "Sue Mosher [MVP-Outlook]" wrote in message ... You might start with these pages: http://www.outlookcode.com/d/vbabasics.htm http://www.outlookcode.com/d/vb.htm http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming messages "Keith" wrote in message ... I work for a large organisation and have reached the limit of my message rules, I therefore want to try and use VBA to move messages from certain people or with certain subjects to various sub-folders of my inbox (also consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a 2000 exchange server, I am completely new to VB in Outlook, can anyone give me the basics and I can build from them? |
#7
|
|||
|
|||
![]()
Thanks Sue,
I have been reading the links and playing about with things but am still no further forward, can you give me a basic script so I can see how it works then I can expand from there? Thanks again "Sue Mosher [MVP-Outlook]" wrote in message ... Some days I just can't type. Try http://www.outlookcode.com/d/code/zaphtml.htm -- 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 "Keith" wrote in message ... Thanks Sue, but the 3rd link will not work for me, is there a problem with it? "Sue Mosher [MVP-Outlook]" wrote in message ... You might start with these pages: http://www.outlookcode.com/d/vbabasics.htm http://www.outlookcode.com/d/vb.htm http://www.outlookcode.com/d/zaphtml.htm -- various ways to process incoming messages "Keith" wrote in message ... I work for a large organisation and have reached the limit of my message rules, I therefore want to try and use VBA to move messages from certain people or with certain subjects to various sub-folders of my inbox (also consider exceptions e.g. 'Out of Office replies'). We use Outlook 2000 on a 2000 exchange server, I am completely new to VB in Outlook, can anyone give me the basics and I can build from them? Thank you in advance Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Message Rules | leadpipe | Outlook Express | 1 | November 24th 06 03:46 PM |
message rules before the message arrives | An Ony | Outlook - General Queries | 3 | October 31st 06 12:00 PM |
Message Rules | John | Outlook Express | 4 | September 23rd 06 03:52 AM |
Message Rules | Jonathan Hollis | Outlook Express | 0 | September 16th 06 02:45 PM |
Message Rules | Schmitty | Outlook Express | 4 | March 23rd 06 10:17 PM |