View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Umlas, Excel MVP Bob Umlas, Excel MVP is offline
external usenet poster
 
Posts: 320
Default Rename a group of files using an Excel spreadsheet

Look at the VBA Name function:
Name "oldname.xls" as "newname.xls"

"Rich" wrote:

Is there a way to do automate the renaming of a large number of files from a
spreadsheet that contains the old and new data?

Thanks!

-Rich