Recent content by Rocklyn Winchester

  1. R

    Adding vba to script list

    Thanks for the reply Diane. I will work on this and then let you know next week. Option Explicit Private objNS As Outlook.NameSpace Private WithEvents objNewMailItems As Outlook.Items Private Sub Application_Startup() Dim objMyInbox As Outlook.MAPIFolder Set objNS =...
  2. R

    Adding vba to script list

    Diane thanks for the reply. This is my first time scripting so I don't understand everything you are suggesting. I did try using the naming convention suggested in the post but no joy on the results. I figure I am probably not doing something correctly. I tried creating the itemadd macro but...
  3. R

    Adding vba to script list

    I have a script that transfers attachments from emails in a specific folder and transfers them to a network folder location. The macro run fine manually but I am trying to automate it. I have a rule that moves emails with certain subject lines to the mailbox folder and then I run the script...
Back
Top