Recent content by david_Johnson_CR

  1. D

    Moving Emails Based on Recipient/Sender

    So I know it's been a long time since I posted this but there's another complication now. Even external groups sometimes show without the @ because they are in the address book. Is there a way around this complication? Is there a way to pull the actual email address perhaps, even though it...
  2. D

    Delete Emails from Senders in Shared Mailbox

    Greetings, I'm having a little trouble with some code. I'm trying to delete emails from certain addresses from a shared mailbox. I'm getting a Block Variable not set error. I'm marrying two sets of code to make this work (not work). Any help you could provide would be greatly appreciated...
  3. D

    Moving Emails Based on Recipient/Sender

    Brilliant! I should have thought of it. Thanks Diane! I'll let you know how it goes...
  4. D

    Moving Emails Based on Recipient/Sender

    Greetings, I have what seems like should be an easy challenge but the simplistic "Outlook Rules" are not getting me all the way to my solution. I was hoping folks here could maybe help. I need to separate emails that are both from and to internal company people from emails that include...
  5. D

    Saving Selected Emails as PDF and saving Attachments

    No good. Many came out correctly but there were huge sections where a specific email would repeat 50+ times. For some reason, the problem seems worse at the earliest emails and it never seems to happen in small samples, always larger groups. May have to look at third party solution. I...
  6. D

    Saving Selected Emails as PDF and saving Attachments

    Thanks Diane, trying that now. If that doesn't work I'll try to get an old priest and a young priest to fix my computer... :) I've done a little research for some professional 3rd party solutions. I hate to quite like that but it does have the added advantage of combining the exported emails...
  7. D

    Saving Selected Emails as PDF and saving Attachments

    Hi Diane! Thanks so much, again, for your help! The code you helped me improve does indeed export and I now get no dupe warnings when I run the emails. I do, however, get emails saved as PDF's with the wrong name. I've attached an example. There are roughly 30 emails in the collection that...
  8. D

    Move Emails between Folders in Separate Mailbox

    Not sure if this is my issue but I have multiple shared mailboxes. How does the code direct to a specific mailbox. I see it get the folders of course, but not the inbox. Again, I've an early novice with Outlook so maybe it does. Thanks!
  9. D

    Move Emails between Folders in Separate Mailbox

    Hey Diane, I must be doing something else wrong because I'm still getting that error message that you're not. I've attached two pictures that show what's going on. One is the error message and the other is what going into debug shows. Thank you again so much for your help! Thanks!
  10. D

    Move Emails between Folders in Separate Mailbox

    Thank you so much. The folder tree is exactly right. When I tested the code, it threw "Object Variable or With block variables not set" and directed me to the "Set SourcesubFolder" line. Thank you again so much for all your help!
  11. D

    Move Emails between Folders in Separate Mailbox

    Well, I've made some great progress but somewhere I'm screwing up. I have the following code, though the couple of examples you sent had some slightly different naming conventions so my inexperience may be at fault if I've incorrectly pieced them together. Every time I run this code: Sub...
  12. D

    Move Emails between Folders in Separate Mailbox

    Thanks Diane! A quick followup question. Though it's not in the screenshot, I have multiple shared mailboxes that I can access. Will the code you've provided be able to determine the right one or will additional code be necessary? Thanks!
  13. D

    Move Emails between Folders in Separate Mailbox

    Greetings, I am trying to move all messages in one subfolder to another. Actually I have to do that twice but I can adapt the code myself. My trouble is that I'm far more adept with Access VBA than Outlook VBA. Also, the message folders (current and target) aren't within my own mailbox...
  14. D

    Saving Selected Emails as PDF and saving Attachments

    Greetings, I have inserted code below that, frustratingly, used to work. I need to highlight multiple emails and have the email save as a PDF and the attachments save with similar names for government logging purposes. The code below used to function. The problem was that within 1,000's of...
Back
Top