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
Printable View
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
Did you create the Temp folder as required in How to Use.
Yes, followed the instructions, the only change I made was to remove the print routine.