View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
james james is offline
external usenet poster
 
Posts: 3
Default Processing a set of Excel Files

I have a set of Excel files I need to process. I have
code to determine the name and number of Excel files in a
directory.

What would the code be to cyle through the list of Excel
files, open each one & then close it when I've finished my
processing operation?

Thanks for your response.