macro

  1. J

    Macro to Reply to Emails w/ Template

    Hello, I am trying to create a macro to reply to emails with a template. When I use the macro below (which I found online), it puts the sender's name (not email address) in the reply To: box. This is frustrating because then I have to delete the name and copy and paste the actual email...
  2. C

    Outlook - Macro to block senders domain - Macro Fix

    Hi Mum I've had problems with spam filters in Outlook for years. Paid solutions just don't work predictably. I found this post on a journey to try and fix it: Macro to block senders domain. I wrote my own fix, and am sharing it here. It will even block entire domains with the click of a...
  3. M

    Outlook Macro to save as Email with a file name format : Date_Timestamp_Sender initial_Email subject

    Hi, I am seeking some help to have a macro to save as emails in Outlook. The goal is if I want to save as an email on my local desktop I want the save as dialog box or even the final saved file to save the file in a particular format i.e. Date_Timestamp_Sender initial_Email subject...
  4. S

    HTML to Plain Text Macro - Help

    Good Morning, I am using a macro that converts selected HTML emails into Plain Text, then prints them out. The macro works perfectly. I was wondering how i would add some code that would format the selected HTML email to the 'No Spacing' style before converting it into Plain Text. Condensing...
  5. S

    Macro to move “Re:” & “FWD:” email recieved the shared inbox to a subfolder in outlook

    All the reply (RE) and the forward (FWD) mails received in the shared inbox has to automatically move to an "Ongoing folder". Private Sub Application_NewMail() Dim olNameSpace As NameSpace Set olNameSpace = GetNamespace("MAPI") Dim olDestFolder As Folder Set olDestFolder =...
  6. S

    Outlook Macro to send auto acknowledge mail only to new mails received to a specific shared inbox

    I'm looking for an outlook macro, that sends out auto acknowledgement emails for new mails received to a specific shared inbox. (Should not auto acknowledge for reply and fwd message), and not sure how to exclude the reply and fwd mails. Below code Is not working. Please advise. Public...
  7. S

    Outlook Macro to move reply mail based on the key word in the subjectline

    Hi, I'm looking for an outlook macro that moves mails to when replied to a specific folder based on the key in the Subject Line. Whenever I reply from the "In Progress Folder" I will add a keyword to the Subject line. if the I add Completed in the Subject line that mail has to move to...
  8. C

    Macro to add multiple recipients to message

    I would have thought this would be simple, but after searching the interwebs for several hours, I am no closer to figuring out an answer. Heres what I am trying to accomplish. For work using a web-based form, I create a PDF, that opens directly in Adobe Acrobat Pro DC. I edit said PDF (if...
  9. M

    Macro to add date/time stamp to subject

    Hi all, A complete Outlook macro newbie here (and a macro newbie in general). I have been trying to get a macro to work to add a date/time stamp to the subject of all emails in the selected outlook folder. I am receiving an error on my 'check' line to avoid duplication of the date/time stamp on...
  10. C

    2016 Outlook Certificate Problems

    1. On a brand-new home installation of Office 365 (currently 2016), I opened Outlook and created three new calendars, then copied the very nice Slipstick VBA macro to open Outlook at the calendar with two calendars selected, adapting the cases in the macro in the obvious way. It worked well...
  11. N

    Macro for attachment saved and combine

    I work as the Exchange Admin for our system. When ever we have a new threat that comes in, we have to run a PowerShell command that pulls that threat from the users mailbox and puts a separate mailbox in our main Exchange Admin email that lists the users mailbox and includes an Excel attachment...
  12. Sabastian Samuel

    HOW DO I FORWARD AN EMAIL WITH MACRO using an email that in the body of another email

    I WOULD REALLY APPRECIATE IT IF SOMEONE COULD HELP ME OUT. IVE BEEN TRYING TO UNDERSTAND MACRO LANGUAGE FOR AGES AND I CANT SEEM TO GET ANYWHERE! HERE IS WHAT I WANT TO DO. I hope this makes sense. ---- I want a macro to read every email that gets sent to my inbox. IF the subject line begins...
  13. C

    Search with Google Macro?

    Evidently, Outlook 2016's Smart Lookup feature is locked in to using Bing as the search engine. My question is would it be possible to write macro which adds an option to the context popup menu when text in an email is selected and right-clicked, that would allow us to search with Google - even...
  14. B

    Macro to manually move selected emails to network folder

    Hello. Great website. (Didn't even know macros existed in Outlook until i found your website.) Need some advice. We recently switched our entire office of 20 people from on-premise exchange to Office365 during a server upgrade and we rely heavily on public folders for managing...
  15. B

    Emacs Dynamic Abbrev Expansion, Esc-/

    Looking for an Emacs Dynamic Abbrev Expansion like macro for Outlook. If I have already written "epäjärjestelmällistyttämättömyydellänsäkään" in my email msg. Then start writing "epä" and give the Esc-/ command epä is expanded to epäjärjestelmällistyttämättömyydellänsäkään. Saves a lot of typing.
  16. A

    Cannot Figure Out This VBA

    Hello there - I cannot figure out how to use this VBA. It is actually a "ready-to-use" script that I took from offline but I am unsure how to use it as I am a learning, VBA-Novice. Please help me if any of you know... Thank you! Private WithEvents m_Items As Outlook.Items Private Sub...
  17. A

    Cannot Figure Out One Thing on VBA

    Hello All! I have been working away on a project and I am at a stopping point and would love help if anyone has insight on this. Here is the current Macro that I have. This will take an appointment and when ran will create an email to remind the client of their appointment including detail...
  18. nathandavies

    Email Details to Excel & Save as .MSG on one macro - combination of 2 macros

    Hi all, I have a macro at the minute which i have found and changed to suit my needs which saves an email in a file location on my server at work. I have just found another macro which inputs details from an email message into an excel spreadsheet. i was wondering if anyone would be able to help...
  19. N

    Export details to a excel spreadsheet using macros

    Hi All, I'm new here so please bare with me, I run multiple projects with multiple staff needing access to emails currently we just print the emails off and file them in a lever arch file. I'm wanting to create macro to export key details from an email to a project specific email register so...
  20. D

    Outlook macros to create meeting on shared calendar

    Hi Guys, Thanks for having me here.. I'm very new to this all and have followed some online guides to customize a "Meeting Form" and create a "Button" on the outlook ribbon allowing me to book jobs. Myself and a work colleague each have independent email addresses on the office365 exchange...
Back
Top