T
Tyson
I'm trying to get my head around this but my Macro experience is nada.
I found the following code while searching for info on how to do this.
Sub SaveAsToday()
ActiveWorkbook.SaveAs FileName:=Format(Now(), "dd-mm-yy")
End Sub
I need CurrentDate-PartList.xlt as the name and redirect it to
"C:\2005-PartsOrders\"
Thanks
Tyson
I found the following code while searching for info on how to do this.
Sub SaveAsToday()
ActiveWorkbook.SaveAs FileName:=Format(Now(), "dd-mm-yy")
End Sub
as the name for the file.From what I can tell it will make the Save dialog use the current date
I need CurrentDate-PartList.xlt as the name and redirect it to
"C:\2005-PartsOrders\"
Thanks
Tyson