A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

What tools should I use?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 11th 06, 08:27 PM posted to microsoft.public.outlook.program_vba
Mark Racicot
external usenet poster
 
Posts: 3
Default What tools should I use?

I took a *quick* look, so I probably missed the answer in earlier posts, so
please pardon me if this has been answered already... I'm new to VBA, though
I have some beginner-level C++ experience. I'm looking for two pieces of
advice. First, what book(s) are good for beginners who want to learn enough
VB to script simple actions in Outlook 2003? Second, what environmental tools
do I need, or are the VB scripting tools included within O2k3 enough to write
and compile scripts (or is compiling even an issue with VB?)? I appreciate
your thoughts and recommendations!
Ads
  #2  
Old July 11th 06, 08:43 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default What tools should I use?

If you're doing stuff just for yourself in Outlook 2003, then VBA should be able to handle most of your needs. See my signature for a book you might find useful.

--
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

"Mark Racicot" wrote in message ...
I took a *quick* look, so I probably missed the answer in earlier posts, so
please pardon me if this has been answered already... I'm new to VBA, though
I have some beginner-level C++ experience. I'm looking for two pieces of
advice. First, what book(s) are good for beginners who want to learn enough
VB to script simple actions in Outlook 2003? Second, what environmental tools
do I need, or are the VB scripting tools included within O2k3 enough to write
and compile scripts (or is compiling even an issue with VB?)? I appreciate
your thoughts and recommendations!

  #3  
Old July 12th 06, 07:40 PM posted to microsoft.public.outlook.program_vba
Mark Racicot
external usenet poster
 
Posts: 3
Default What tools should I use?

Sue-

Thanks for your reply. I looked at the second book in your sig and it talks
about O2k2. Though I'm sure that VB has probably not changed much between
O2k2 and O2k3, odds are good that *something* is different. Are the
differences great enough so that novice programmers like me would need both
books? If it helps, what I'm going to be attempting is a script that I can
run that will search a given folder and save attachments to specific
destination folders based on the file extension. I haven't seen how to do
that with a rule, and I can't select multiple messages and use the "save
attachments" command - that only works with one message at a time...

Mark

"Sue Mosher [MVP-Outlook]" wrote:

If you're doing stuff just for yourself in Outlook 2003, then VBA should be able to handle most of your needs. See my signature for a book you might find useful.

--
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

"Mark Racicot" wrote in message ...
I took a *quick* look, so I probably missed the answer in earlier posts, so
please pardon me if this has been answered already... I'm new to VBA, though
I have some beginner-level C++ experience. I'm looking for two pieces of
advice. First, what book(s) are good for beginners who want to learn enough
VB to script simple actions in Outlook 2003? Second, what environmental tools
do I need, or are the VB scripting tools included within O2k3 enough to write
and compile scripts (or is compiling even an issue with VB?)? I appreciate
your thoughts and recommendations!


  #4  
Old July 12th 06, 08:26 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default What tools should I use?

Very little changed between Outlook 2002 and 2003; see http://www.outlookcode.com/d/ol2003problems.htm

These samples show various ways to save attachments:

http://www.fontstuff.com/outlook/oltut01.htm
http://www.outlookcode.com/codedetail.aspx?id=70
http://www.slovaktech.com/code_sampl...ripAttachments


--
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

"Mark Racicot" wrote in message ...
Sue-

Thanks for your reply. I looked at the second book in your sig and it talks
about O2k2. Though I'm sure that VB has probably not changed much between
O2k2 and O2k3, odds are good that *something* is different. Are the
differences great enough so that novice programmers like me would need both
books? If it helps, what I'm going to be attempting is a script that I can
run that will search a given folder and save attachments to specific
destination folders based on the file extension. I haven't seen how to do
that with a rule, and I can't select multiple messages and use the "save
attachments" command - that only works with one message at a time...

Mark

"Sue Mosher [MVP-Outlook]" wrote:

If you're doing stuff just for yourself in Outlook 2003, then VBA should be able to handle most of your needs. See my signature for a book you might find useful.

"Mark Racicot" wrote in message ...
I took a *quick* look, so I probably missed the answer in earlier posts, so
please pardon me if this has been answered already... I'm new to VBA, though
I have some beginner-level C++ experience. I'm looking for two pieces of
advice. First, what book(s) are good for beginners who want to learn enough
VB to script simple actions in Outlook 2003? Second, what environmental tools
do I need, or are the VB scripting tools included within O2k3 enough to write
and compile scripts (or is compiling even an issue with VB?)? I appreciate
your thoughts and recommendations!


  #5  
Old July 13th 06, 07:59 PM posted to microsoft.public.outlook.program_vba
Mark Racicot
external usenet poster
 
Posts: 3
Default What tools should I use?

Thanks, Sue! These look like they'll do nicely.

Mark

"Sue Mosher [MVP-Outlook]" wrote:

Very little changed between Outlook 2002 and 2003; see http://www.outlookcode.com/d/ol2003problems.htm

These samples show various ways to save attachments:

http://www.fontstuff.com/outlook/oltut01.htm
http://www.outlookcode.com/codedetail.aspx?id=70
http://www.slovaktech.com/code_sampl...ripAttachments


--
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

"Mark Racicot" wrote in message ...
Sue-

Thanks for your reply. I looked at the second book in your sig and it talks
about O2k2. Though I'm sure that VB has probably not changed much between
O2k2 and O2k3, odds are good that *something* is different. Are the
differences great enough so that novice programmers like me would need both
books? If it helps, what I'm going to be attempting is a script that I can
run that will search a given folder and save attachments to specific
destination folders based on the file extension. I haven't seen how to do
that with a rule, and I can't select multiple messages and use the "save
attachments" command - that only works with one message at a time...

Mark

"Sue Mosher [MVP-Outlook]" wrote:

If you're doing stuff just for yourself in Outlook 2003, then VBA should be able to handle most of your needs. See my signature for a book you might find useful.

"Mark Racicot" wrote in message ...
I took a *quick* look, so I probably missed the answer in earlier posts, so
please pardon me if this has been answered already... I'm new to VBA, though
I have some beginner-level C++ experience. I'm looking for two pieces of
advice. First, what book(s) are good for beginners who want to learn enough
VB to script simple actions in Outlook 2003? Second, what environmental tools
do I need, or are the VB scripting tools included within O2k3 enough to write
and compile scripts (or is compiling even an issue with VB?)? I appreciate
your thoughts and recommendations!


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Proofing tools for Office 2007 Vitalie Ciobanu Outlook - General Queries 5 June 30th 06 08:01 AM
accounts missing from tools menu John Outlook Express 1 February 22nd 06 05:47 AM
Free Anti-Spam Tools David McCarter Jr Outlook - General Queries 5 February 12th 06 07:54 PM
Managing all my rules: do any tools exist OR do I have to write my own tools? I live on Quicken and Outlook Outlook - General Queries 2 February 6th 06 05:22 AM
HTTP server not in email tools Kathie Outlook - Installation 2 January 18th 06 05:47 PM


All times are GMT +1. The time now is 09:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.