Outlook Macro for Opening Reuters, Opening Excel File, Send Email

  • Thread starter Thread starter Tsp245
  • Start date Start date
T

Tsp245

Hello,
I am trying to create a macro that will perform the following in order:
1) Open Reuters
2) Open an Excel File to update
3) Close the Excel File and Send to an individual a scheduled basis (3 times
daily)

Would I have to keep my outlook on at all times to run the macro, and is
there a way to do this without creating a daily job on the server?
 
If you want to run the code within Outlook, then yes, Outlook must run all
the time.

Here's a sample for how to use a task reminder to run your code at a
scheduled time:

http://www.vboffice.net/sample.html?mnu=2&pub=6&lang=en&smp=10&cmd=showitem

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Wed, 13 Aug 2008 10:29:01 -0700 schrieb Tsp245:
 
Back
Top