Automating Scheduled Routines In MS Office

ColinKJ

Well-known Member
Joined
Jan 27, 2009
Messages
983
Hi All,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
Can anyone tell if it is possible to use Tasks or any other facility within Outlook to automatically active an Excel program.
<o:p></o:p>
For some of us, one of the first things we activate when we switch on our PCs is Excel, in which we can program for regular routines to run automatically, but for a lot of our colleagues, the first thing they open is Outlook.
<o:p></o:p>
And while Outlook can remind them to undertake regular routines, for some routines, I would like Outlook to be able to automatically run some scheduled routines.

<o:p></o:p>
Any suggestions.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
When Outlook starts, it runs the Application_Startup event handler - assuming macros are enabled. Whatever code is in that handler will be executed at that time, so could you use that?

Obviously you can open Excel worksheets and Access databases using VBA, examine a user's Outlook Calendar and Tasklist, etc, or use it to run automated tasks.
 
Last edited:
Upvote 0
Hi Ruddles,

Thanks for your response, I'll take a look at the Application_Startup event handler in Outlook and see how I get on.
 
Upvote 0
Hi Ruddles,

I tried out the Application_Startup event handler in Outlook with a greeting message, and it worked fine when I opened Outlook.

I haven't done much VBA in Outlook, but I'll have a look around and see how I get on.

I may be back to you if I hit a brick wall.

Thanks again for your help.
 
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,673
Members
452,937
Latest member
Bhg1984

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top