M
Malcolm Austin
Hi,
I'm using Excel 2000 and have imported a macro from this forum to
show the last date and time of my save. This was:-
Sub Button11_Click()
Sheets("Sheet1").Range("A1").Value = Format(Now(), "mmmm dd, yyyy - hh:mm")
End Sub
This works to update the value in A1 fine. But I'd like to be able to pick
where to save the file to before the macro does its job.
My macro recording is only via the mouse, by the way....
Can anyone help please.
Many thanks, Malcolm...
I'm using Excel 2000 and have imported a macro from this forum to
show the last date and time of my save. This was:-
Sub Button11_Click()
Sheets("Sheet1").Range("A1").Value = Format(Now(), "mmmm dd, yyyy - hh:mm")
End Sub
This works to update the value in A1 fine. But I'd like to be able to pick
where to save the file to before the macro does its job.
My macro recording is only via the mouse, by the way....
Can anyone help please.
Many thanks, Malcolm...