O
Otto Moehrbach
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
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