Caveman1964
Board Regular
- Joined
- Dec 14, 2017
- Messages
- 127
- Office Version
- 2016
- Platform
- Windows
Hi,
I would like to run a macro, and it disables itself when ran.
here is code.
Sub enterstopdown()
Range("D6").Value = Now()
End Sub
so when they click this and it enters the date and time, I don't want that one to work anymore.
Thanks!
I would like to run a macro, and it disables itself when ran.
here is code.
Sub enterstopdown()
Range("D6").Value = Now()
End Sub
so when they click this and it enters the date and time, I don't want that one to work anymore.
Thanks!