PDA

View Full Version : Solved: Save and Print Attachments



SusanM
05-10-2010, 01:07 PM
Hello,

I found this code by Killian to save and print attachements. I am new to VB and keep getting an error on this line (Object not found)
Set TargetFolderItems = ns.Folders.Item( _
"Personal Folders").Folders.Item("Temp").Items

mdmackillop
05-10-2010, 04:00 PM
Did you create the Temp folder as required in How to Use (http://www.vbaexpress.com/kb/getarticle.php?kb_id=522).

SusanM
05-11-2010, 05:55 AM
Yes, followed the instructions, the only change I made was to remove the print routine.