1: 2: 3: 4: 5: 6: 7: 8: 9:
Dim olkApp On Error Resume Next Set olkApp = GetObject(,"Outlook.Application") If Err.Number > 0 Then 'Outlook is not open so open it Else 'Outlook is already open End If Set olkApp = Nothing