Caveman1964
Board Regular
- Joined
- Dec 14, 2017
- Messages
- 127
- Office Version
- 2016
- Platform
- Windows
Hi,
Wondering how to code a macro so it is no longer usable once used.
here is my small macro, I want them to click it then it can't be used or cell changed.
Sub enterstopdown()
Range("H24").Value = Now()
End Sub
so this puts date and time in cell. then I don't want that changed ever. like they can't accidentally click it again or change the time/date in cell.
Appreciate any help on this!
Thanks
Wondering how to code a macro so it is no longer usable once used.
here is my small macro, I want them to click it then it can't be used or cell changed.
Sub enterstopdown()
Range("H24").Value = Now()
End Sub
so this puts date and time in cell. then I don't want that changed ever. like they can't accidentally click it again or change the time/date in cell.
Appreciate any help on this!
Thanks