J
Jim Shores
Does there appear to be some reason why this code returns a No.
4160, 'bad file name' error:
Set docCurrentDocument = Documents(strFileName)
or
Documents(strFileName).BuiltInDocumentProperties(wdPropertyAuthor)
where strFileName looks perfect, returned from:
strFileName = Application.FileSearch.FoundFiles(index)
?
4160, 'bad file name' error:
Set docCurrentDocument = Documents(strFileName)
or
Documents(strFileName).BuiltInDocumentProperties(wdPropertyAuthor)
where strFileName looks perfect, returned from:
strFileName = Application.FileSearch.FoundFiles(index)
?