View Single Post
  #2   Report Post  
Otto Moehrbach
 
Posts: n/a
Default

Do you mean you want to save a file and have the file named the contents of
some cell?
I so, you need a macro. The save statement is like this for cell A1.
ActiveWorkbook.SaveAs ActiveWorkbook.Path & "\" & Range ("A1").Value &
".xls"
HTH Otto

"I khan" <I wrote in message
...