Ok, I pasted the below code in the outlook session and can see it in the macros pane but when I run it nothing happens.
Dim myOlApp As New Outlook.Application
Public WithEvents myOlExplorer As Outlook.Explorer
Public Sub Initialize_handler()
Set myOlExplorer = myOlApp.ActiveExplorer
End Sub...
Hi Diane, Could you please tell me where should I paste the above code as I could not, get it showing the macros pane to run.
I tried pasting it in both outlook session and modules.
Thanks.
I would like to reply to a message inline with a outlook template using a macro.
I am currently using the below code to perform the reply with a template but this opens a pop out reply window.
Sub Reply_Scripting()
Dim origEmail As MailItem
Dim replyEmail As MailItem
Set origEmail =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.