C
chrisnsmith
I know how to open a program in excel. But how do I minimixe it after opening?
Why bother with a macro? Use keyboard shortcuts.chrisnsmith said:This is what I use to open MicrosoftMail.
Sub openmail()
Application.ActivateMicrosoftApp xlMicrosoftMail
End Sub
I would like another macro to minimize the app on opening and close it after
the mail is sent.