View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
davidoo2005 davidoo2005 is offline
external usenet poster
 
Posts: 4
Default Changing filenames using theSaveAsCopy method

Here's the problem: I would like to open a file, for instance C:\Documents and Settings\Me\Folder1\file.xls, perform some basic operations, and save it as C:\Documents and Settings\Me\Folder2\file.xls. How can I alter the filename in such a way?