I have been given a CD with 2,000+ e-mails that need to be printed to pdf [i.e. I have adobe acrobat v6 on my PC]. I am openning each e-mail and then printing it to a pdf [ i.e., Adobe acrobat is the default printer]. I need to keep each e-mail in order so I am naming the e-mail pdf’s e_mail_1, e_mail_2, e_mail_3, etc. My question is whether a vba macro or vb code would be able to be applied and open each e-mail, print it to pdf [i.e. using my naming convention] and move on to the next one. Otherwise, I will spend days abd days doing this task.
Some of the e-mails do have attachments [excel–multiple tabs, word–simple letters, and some pdf’s–the pdfs only need copied to the same folder where the e-mail pdfs are being stored], but I can go back and print the attachments manually if need be. For example, when I print an excel or word attachment to pdf, it is named e-mail_1_attchment_a [i.e. I am assuming that this is the very first e-mail in the folder…the e_mail_#—where # equals the number of the e-mail in the folder ] . If there are more than one attachments on the e-mail, then the second attachment pdf is named e-mail_1_attachment_b.
Is there any code available to help me? Thank you.