Opening outlook in Excel

  • Thread starter Thread starter chrisnsmith
  • Start date Start date
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
 
Forget it.
Should have used MicrosoftMail instead of MicrosoftOutlook
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top