View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Using VBA to access files in a list in EXCEL

I have a list of file names (with directory path included) in Column A of a
worksheet. I'd like to generate a loop in VBA to access each of those
files and perform a sequence of activities on the list of documents. How
would I do that? The start and end row may vary.

Is there a resource that I could view that would help me with this?

Thanks,
Barb Reinhardt