Forum: Outlook and VBA
October 7th 09, 07:48 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,795
Run external program from Outlook VBA macro
It is a self-written program written in Visual Basic.
"Michael Bauer [MVP - Outlook]" wrote:
For the Application_Startup there's a sample in the VBA help file.
What program do you try...
|
Forum: Outlook and VBA
October 7th 09, 02:18 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,795
Run external program from Outlook VBA macro
Could you provide a sample please?
"Michael Bauer [MVP - Outlook]" wrote:
1) Depending on the program, the CreateObject function might work for you.
2) See the Application_Startup...
|
Forum: Outlook and VBA
October 7th 09, 12:06 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,795
Run external program from Outlook VBA macro
I would like to run an external program from within a macro in Outlook VBA.
I need some sample code to get to the program.
Also, is there a way to have an Outlook macro run each time Outlook is...
|
Forum: Outlook and VBA
July 12th 09, 10:11 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 3,189
Folders & Subfolders
Thanks to all who have responded. You have helped a great deal.
"Marvin Buzz" wrote:
I am writing in Visual Basic, not VBA. I can write the code to identify all
of the subfolders in...
|
Forum: Outlook and VBA
July 10th 09, 08:46 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 3,189
Folders & Subfolders
Thanks for your response. I figured out how to add a reference, but I get an
error on the IMPORTS statement that I copied from your prior response. It
says sub or function not defined. I do not...
|
Forum: Outlook and VBA
July 10th 09, 04:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 3,189
Folders & Subfolders
I am getting a compiler error that says I cannot define user types.
"Alan Moseley" wrote:
You need to write a sub or function that is recursively called by itself.
For example:-
Public...
|
Forum: Outlook and VBA
July 10th 09, 12:30 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 3,189
Folders & Subfolders
I am writing in Visual Basic, not VBA. I can write the code to identify all
of the subfolders in Outlook, but do not know how to program for the
subfolders of the subfolders...subfolders to any...
|
Forum: Outlook and VBA
June 9th 09, 12:17 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 521
Telephone fields in Outlook 2007
Thank you. I have found those fields and they contain what I need. If my
contact item is named cont then I would reference an item as
cont.HomeTelephoneNumber for example. If I have a variable...
|
Forum: Outlook and VBA
June 8th 09, 03:26 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 521
Telephone fields in Outlook 2007
I run Outlook 2007 on my local PC, no exchange server is involved. Using VB,
I want to look at all of the phone and fax fields of each contact. I can
find no doc re the field names that I can use...
|