Hi All,
I'm trying to have "save as" file name automatically generate, Excel 2007, from data in two cells, client name and current date. I've seen, but it doesn't seem to work.
Sub SaveMe()
ThisWorkbook.SaveAs FileName:=Range("C1").Value
End Sub
I'm not too technical, but I can follow instructions pretty well. Any help is greatly appreciated. Also, if you know how to do it for Word 2007 it would also be appreciated, even more so.
Thanks
I'm trying to have "save as" file name automatically generate, Excel 2007, from data in two cells, client name and current date. I've seen, but it doesn't seem to work.
Sub SaveMe()
ThisWorkbook.SaveAs FileName:=Range("C1").Value
End Sub
I'm not too technical, but I can follow instructions pretty well. Any help is greatly appreciated. Also, if you know how to do it for Word 2007 it would also be appreciated, even more so.
Thanks