Recent content by Coco

  1. C

    Need Help with Simple Code Correction

    Ok, macro up and running nicely, but I need to adjust. If the macro is inadvertently run a second time on the same email, the sent on date is inserted again, resulting in a subject line that reads: sentOn date + (sentOn date + original subject) . Can I add some type of If/then statement that...
  2. C

    Need Help with Simple Code Correction

    never mind... I actually figured it out!;)
  3. C

    Need Help with Simple Code Correction

    What command line would I use instead of CreationDate to pull either date sent/received?
  4. C

    Need Help with Simple Code Correction

    Thank you Diane!
  5. C

    Need Help with Simple Code Correction

    Thank you Diane, I see the problem is that it is looking at currently viewed messages (as in, messages in the message pane). And only one message can be in the view pane at a time. If I simply highlight a message and am not viewing it in the pane, the code will not work at all. Since only...
  6. C

    Need Help with Simple Code Correction

    I'm very new to VB (like, several hours old!), and I have created a small code to run on an email that will add the email's original date stamp to the beginning of the subject line. The problem I am having (and I'm sure it is a simple code correction) is that it only works on one email at a...
Back
Top