View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
bgetson bgetson is offline
external usenet poster
 
Posts: 10
Default FileSystemObject Issues

Leith, thank you for your suggestion, but that still hasn't seemed to
solve my problem. You're right, I added the reference to "Microsoft
Scripting Runtime." However, in my process, the invalid call/procedure
is being tagged on objFiles(1). It would give me the same error if I
called: Set f = objFiles(1) or Set f = objFiles.Item(1). Dimensioning
objFiles as a generic Object didn't seem to solve this issue.

Any other ideas?