![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
This code forms part of a routine that will be running on some computers
that have Outlook 2003 and some that have Outlook Web Access for Exchange 2003. DimOutAppAsOutlook.Application DimOutMailAsOutlook.MailItem SetOutApp=CreateObject("Outlook.Application") SetOutMail=OutApp.CreateItem(olMailItem) Can I add something to the above code to terminate the routine if outlook is not available? Please feel free to contribute is you have an ideas. |
Ads |
#2
|
|||
|
|||
![]()
fitful_thought wrote:
This code forms part of a routine that will be running on some computers that have Outlook 2003 and some that have Outlook Web Access for Exchange 2003. Perhaps asking in the programming newsgroup at news://msnews.microsoft.com/microsof...ok.program_vba would be more productive. -- Brian Tillman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook calendar should allow colouring days to follow a routine | MartinD | Outlook - Calandaring | 1 | April 14th 06 06:24 AM |