Creating a File Name from a cell

J

Jeff Granger

Is there any way of generating a "save as" file name from the contents of a
cell?

Jeff
 
B

Bob Phillips

Activeworkbook.SaveAs Filename:=Range("A1").Value

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Top