View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
emt29165 emt29165 is offline
external usenet poster
 
Posts: 2
Default Batching files through a macro

I have created a macro to modify exported files from a student managament
system into the a format for submission of grades, but I cannot accomplish
two things with my limited knowledge (the macro deletes 3 columns, reorders
what is left, formats one and saves as a csv).

1) How can I batch all of the files through the macro (all in one folder)?

2) How can I save them with their original names?

Thanks in advance for your help!