I think I got this working successfully when I got this response. Now I am trying to do it and am getting an error:
Run Time Error (13) - Type Mismatch
at line:
strSource = pt.SourceData
When this error occurs I have strSource declared as a string. If I don't declare it, vba makes it a variant/string and I can see the path in the Locals window, but when I try to do anything with the variant, it throws the same error, but at the line which is trying to deal with the code.
any ideas?