Search results

  1. M

    Customize CreateItemFromTemplate Macro

    Thanks Diane! That's actually what I did AFTER the msg.display, but it apparently only works if you put it before. So appreciative of your help :)
  2. M

    Customize CreateItemFromTemplate Macro

    Hello there! I am very new to VBA. I created a simple Macro that pulls up a template in Outlook, but I would like to change the address in the 'From' Field. Below is my code so far: Sub Proposal() Set msg = Application.CreateItemFromTemplate("C:\Users\My Name...
Back
Top