Consulting

Results 1 to 3 of 3

Thread: Solved: Save and Print Attachments

  1. #1
    VBAX Newbie
    Joined
    May 2010
    Posts
    2
    Location

    Solved: Save and Print Attachments

    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

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Grand Master mdmackillop's Avatar
    Joined
    May 2004
    Location
    Scotland
    Posts
    14,489
    Location
    Did you create the Temp folder as required in How to Use.
    MVP (Excel 2008-2010)

    Post a workbook with sample data and layout if you want a quicker solution.


    To help indent your macros try Smart Indent

    Please remember to mark threads 'Solved'

  3. #3
    VBAX Newbie
    Joined
    May 2010
    Posts
    2
    Location
    Yes, followed the instructions, the only change I made was to remove the print routine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •