I have some VBA code that exports the source code to a file. The following statement is giving me a problem:
if len(vbproj.Collection(i).fileName)>0 then
'Do something
end if
Unfortunately, looking at the vbproj object I find that vbproj.FileName shows in the watch box as Path not found
...