Launching Templates with Macros in Outlook

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024

Комментарии • 16

  • @dawns8064
    @dawns8064 2 года назад +9

    To download the scripts, visit.... where?

  • @paulsteel8739
    @paulsteel8739 2 месяца назад

    So much easier in 2007, just create some menu options, so thank you for the video

  • @johnwaller300
    @johnwaller300 2 года назад

    This is exactly what I was looking for. I now use this all the time & it's saving me lots of time. Thank you.

  • @rakesh4n
    @rakesh4n 6 месяцев назад

    The video is really a great help to many working professionals and helped me a lot. Thank you.

  • @andrewmitalas7191
    @andrewmitalas7191 Год назад +7

    Because the text file is missing, here's the text for the windows 10 version
    Sub OpenCustomTemplate()
    Set msg = Application.CreateItemFromTemplate("C:\Users\\AppData\Roaming\Microsoft\Templates\.oft")
    msg.Display
    End Sub

  • @NickMirro
    @NickMirro Год назад

    Wow excellent!!! Been needing this for a few years 🙂 Think MS should consider making this a bit easier. Not as if the template concept is that advanced or new. Regardless, thank you for the PERFECT tutorial!!!

  • @anuroopbirje
    @anuroopbirje 2 года назад

    Thats simply awesome!! Helped me a lot

  • @anthonyvenish3170
    @anthonyvenish3170 2 года назад +2

    i dont see the code for this macro

  • @monicatompkins3295
    @monicatompkins3295 2 года назад +1

    How can I make this macro be executed on every email I receive? as opposed to me having to manually select an email and then click on the button in the banner that calls my macro?

  • @HardeepSingh-pg6jt
    @HardeepSingh-pg6jt Год назад

    Is there a way search multiple templates in macros quickly? Thanks in advance

  • @userunknozn
    @userunknozn 3 года назад

    hello! The macro doesn't load. I followed all the steps (the VBA code and the macro signature).

  • @polovladimir
    @polovladimir 9 месяцев назад

    Followed all the steps but template is not launching when button is pressed, can someone help me please?

  • @veronikadvorsak1223
    @veronikadvorsak1223 2 года назад

    Hi, could you pleas tell me, how can I add another template to visual basic?

  • @seanaddie
    @seanaddie Год назад

    Hi. I can't seem to find the download for the text to copy and paste into outlook session. Can anyone help?