Forum: Outlook and VBA
June 30th 09, 04:44 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 912
Update Contact Item
I knew I was just being dense. Thanks a lot.
"Ken Slovak - [MVP - Outlook]" wrote:
NameSpace.PickFolder returns a MAPIFolder object. You need nothing else,
just use the returned MAPIFolder...
|
Forum: Outlook and VBA
June 30th 09, 03:17 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 912
Update Contact Item
I think I actualy have every thing worked out. If I am using the default
folder, I can loop through the items properly doing the updates.
My problem is trying to get the right folder. I don't...
|
Forum: Outlook and VBA
June 29th 09, 08:35 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 912
Update Contact Item
I want to select a subfolder within the Contacts Folder and then update
Email2 for every item.
Is there a straightforward way to do this?
Thanks, John
|
Forum: Outlook and VBA
June 18th 08, 11:07 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,406
Run script. Outlook 2003
Sue, as I mentioned in my last post, I was going to try it on another
machine. On that machine, I built everything as on the first machine. Code
placed in "Modules" not ThisOutlook Session and...
|
Forum: Outlook and VBA
June 18th 08, 10:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,406
Run script. Outlook 2003
I sent this yesterday, but I think the thread is somehow broken. I see stuff
not directly related to what I am talking about. You had asked questions in
your post which I attempted to answer, I...
|
Forum: Outlook and VBA
June 17th 08, 11:53 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,406
Run script. Outlook 2003
Macro security is set to medium.
Code on first machine is located only in Prouject1 | Modules | SaveAttach
It works fine. the rule I am using on that machine properly triggers run
SubName. It...
|
Forum: Outlook and VBA
June 17th 08, 11:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,406
Run script. Outlook 2003
Thanks, that worked for setting up the rule. However, the code does not get
executed. In order to make sure the rule was triggered, I added an
additional task to forward to another account and...
|
Forum: Outlook and VBA
June 17th 08, 09:34 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 10
Views: 1,406
Run script. Outlook 2003
I have a VBA procedure (see below) which runs from a rule, using the "Run
Script" option. This works fine.
I now tried to export the procedure and then import it to another machine.
The...
|
Forum: Outlook and VBA
June 22nd 07, 06:07 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,334
Move MailItem
Thanks, I got it working pretty well. The problem I was having was
When I input "mailitem.move" in word 2003 I got no matches.
I solved my problem by putting "mailitem.move" into word XP on a...
|
Forum: Outlook and VBA
June 21st 07, 12:29 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,334
Move MailItem
In VBA Outlook 2003, I simply want a macro to run and pass through a inbox
subfolder ("X"), test to see if there is an attachment. If there is, I want
to move the mailitem to subfolder ("Y"). Is...
|