Thread: VBA Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joshroberts joshroberts is offline
external usenet poster
 
Posts: 5
Default VBA Help

I have an excel file that serves as a summary of resource utilization from
month to month. The resource information files are created automatically
each day and each have a seperate file. I would like to creatte a Macro that
will open each days resource file, get the information I need and update the
summary utilization for each month, and then delete the file and open the
next. Can you help me out? Thanks.