Search results

  1. M

    Reply Inline With a Outlook Template

    Please ignore my previous reply, I was able to get in running but I get following error
  2. M

    Reply Inline With a Outlook Template

    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...
  3. M

    Reply Inline With a Outlook Template

    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.
  4. M

    Reply Inline With a Outlook Template

    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 =...
Back
Top