View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sinex Sinex is offline
external usenet poster
 
Posts: 1
Default Renaming an Excel file using a macro

Hi,
I made an Excel sheet (say Form.xls). There are 3 fields which a user
will fill (say First, Middle & Last Name). When the user closes the file, I
want to rename the file to FirstName_MiddleName_LastName.xls (using the
values entered in the sheet). Is this possible using some macro....renaming
a file while the file is still open sounds like an issue.

....manoj