Opening outlook in Excel

C

chrisnsmith

I tried using the following code to open Outlook, but it opens the Calculator
instead.
What's up?


Sub OpenOutlook()
Application.ActivateMicrosoftApp xlMicrosoftOutlook

End Sub
 
Top