Hi I have two problems. I need my spreadsheet to automatically make a backup copy of itself each day, with the file name to include the date. Is that even possible?
Also, when any cell in a row is changed, I would like a cell at the end of that row to show the now() date, time and the user. I have tried: but it changes the time of ALL the rows above, up to the one that has changed.
Public Function Lastmodified(c As Range)
Lastmodified = Now()
End Function
Thank you in advance for any help
Also, when any cell in a row is changed, I would like a cell at the end of that row to show the now() date, time and the user. I have tried: but it changes the time of ALL the rows above, up to the one that has changed.
Public Function Lastmodified(c As Range)
Lastmodified = Now()
End Function
Thank you in advance for any help