View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Macro that opens an xls file then saves it with another name

No need to open to rename. Look in the vba help index for NAME

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Captain Snuggles" wrote in message
...
I just want to be able to call an existing excel file, junk.xls, then
save it as notjunk.xls. Any ideas?