P
pubdude2003 via AccessMonster.com
Here's my snippet, it opens the MsgBox whether Outlook is open or not.
If fIsAppRunning("Microsoft Outlook") = False Then
MsgBox "Please open your Outlook application"
Exit Sub
End If
When I run ?fIsAppRunning("Microsoft Outlook") in the debug window it works
fine showing True or False depending on whether Outlook is open. But the code
above just doesn't seem to work properly. Any help would be appreciated.
If fIsAppRunning("Microsoft Outlook") = False Then
MsgBox "Please open your Outlook application"
Exit Sub
End If
When I run ?fIsAppRunning("Microsoft Outlook") in the debug window it works
fine showing True or False depending on whether Outlook is open. But the code
above just doesn't seem to work properly. Any help would be appreciated.