vba

  1. ashcosta2

    Auto Reply rule based on speficied time

    Dear All, I am looking for a vba script to specify a auto response message when ever someone sends an email to my inbox between 6PM to 5AM. I am using MS Outlook 2010. The sender if sent a email at after 6pm will trigger a custom message that states "Kindly call me on this number" Appreciate...
  2. B

    Insert Hyperlinks for attachments in Userform

    I would like use VBA to insert Hyperlinks for mail item attachments into an Outlook userform. Mail items would be handled one at a time and the code would be run by a command button on the (inspector) ribbon of opened mail items. This would save all the item's attachments to the hard drive and...
  3. mrmmickle1

    UserProperties VBA to move message to another folder

    I have created a custom form that I use to document Reporting Categories. These Categories are then concatenated and put into a UserProperty. I would like to then use the Application_ItemSend Event in order to perform something similar to the following rule: Apply the rule after I send the...
  4. B

    ...administrator has limited the number of items you can open simultaneously

    I am attempting to cycle through the selected items in a displayed (Exchange) folder in the Outlook Explorer, and extract pieces of information from the e-mail messages there. Based on code I found on this site, I have reproduced the problem as simply as possible. The code I'm using is listed...
  5. B

    Auto Preview Attachment in Inspector Reading Pane

    I'd like to create a user form that would work with the mail Inspector object. The form would have up/down arrows that would let me scroll through mail items, viewing them in the Inspector (the same functionality as the arrows already available on the QAT). And also a command button to forward...
  6. P

    "Edit Message" feature removed in Outlook 2016 for Mac

    Hi, the "Edit message" feature has officially been removed from Outlook 2016 for Mac (Can no longer edit sent messages in new Outlook vers. 15.20.1 (Office 2016) on a Mac). Is there any way I can bring this functionality back throught VBA? Many thanks!
  7. D

    Macro to scan email distribution list when replying

    Hi All: Not sure if something like this is possible, but when I reply to an email, I like denote who I might have added or removed from the distribution so folks on the reply chain can see. For example, if I reply to an email thread and add Peter to the chain, I write "+Peter" up top of the...
  8. G

    VBA/Macro to remove page colour when replying or forwarding email

    I am looking to create a macro to remove the page colour from an email when replying to it or forwarding it, either automatically on the single click of a button, instead of having to go to the setting on the ribbon, which takes a few clicks. I've looked around, but can't find any solutions. I...
  9. D

    Outlook task insert

    Hi All: I am looking for some help with VBA and Outlook tasks (Outlook 2010 and 2013) and figured this is the best place to start ;) I have a number of Tasks in Outlook, all labeled with a numerical hierarchy: e.g. Task 1.0 is a Parent Task 1.1 is a Child of 1.0 Task 1.2 is a Child of 1.0 etc...
  10. B

    VBA to prepend subject line

    I'm trying to write a script to add "Encrypt:" to the beginning of subject line. The run the script using a button.
  11. oliv-

    "Online mode with Exchange server" vs "online"

    Hi, I have an issue with vba code when i use .getConversation.GetTable If we are in mode "Online with Exchange server" or ""Connected to Microsoft Exchange" it's ok But if we are just "Online" (when it's an Additional Mailbox), it's KO there is no line in the table. additionnal Mailbox but...
  12. C

    Outlook 2016 - converting Word VBA to default Outlook message

    I've been tasked with automating a paper-based procedure, and have done so successfully in Word. Now I'm being asked if this can be moved over to Outlook - and I don't know anything about coding in Outlook at all. I am self-taught in Word and only know how to get a few basic things done. The...
  13. J

    Using VBA to disable alerts / warnings

    Hello, Hello, i have a vba process that runs through inboxes and sets certain characteristics. This process generally runs without flaw, but recently every now and then i will receive a prompt stating something like "cant use Custom Form, Outlook will use default Form". This process does...
  14. Dilshad

    VBA editor opens when sending an email

    Hi, I have written a code to check if I have my manager in to or cc. If not then it gives a popup. It is working fine. but the issue is when I send an email, VBA editor opens and points at If statement. Please see screen shot and code below. Screen Shot: Code: " Private Sub...
  15. M

    receive mail when appointment category changes and create task from appointment

    Hi, I'm looking for a code to receive an email when an appointment gets a specific category. And I'm looking for a code to convert an appointement to an task request. Looking forward to your response! Thank you in advance. Kind regards, Marjorie
  16. A

    From box in custom outlook Form

    I've been tasked with removing the send button from the default outlook form. I think it's called IPM.note. I ended up having to create a custom form and use some vbscript to get it have some semblance of normal functionality. We have a custom send button that ties into the item_send event in a...
  17. B

    on flag message event - create task

    There seems to be lots of proposed solutions to this, however - all create a "to-do" list item To-Do lists do not show in iphone Tasks (activeSynch) Need a vba snippet to create new TASK on set flag event. Article here appears to be the best descriptor, but this (again) only creates a to-do...
  18. elzopi

    VBA missing Stationery Picker.

    I have some vba code that I started since Outlook 97, I have modified it through several versions all the way up to 2010, however, now I am at 2013 and it stopped working, I get an Error 91: Object variable with block variable not set. Specifically this piece of code is the culprit in 2013...
  19. J

    Automatically Move Old Items from a Shared Mailbox to a .PST on a Network Drive

    Hi there, I've been looking through a few of the VBA script posts and they seem to be designed to do what I need, but I haven't been able to make them work just by reading and cut/pasting. Below I have pasted what I came up with after reading through this thread and this other thread. I hit...
Back
Top