View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David M C David M C is offline
external usenet poster
 
Posts: 8
Default Cycle Excel Files Linking & Summing

Hi, I need help with a bit of code that cycles through every Excel file in a
single folder, and copies the filename and links the last value in columns C,
E, F & G, such that I end up with a seperate Excel file showing:

Name | C | E | F | G |


I can do it for every worksheet, but am not sure how to do it for every file
in a given folder. The folder location will not change.

Dave