G
Guest
I have successfully automatically updated my "date" cell with the current date when a change is made to a cell on the specified worksheet, however it runs really SLOW. Is there any way to speed it up? Such as getting it to check for changes only when the user exits/closes the sheet and updating the date then or perhaps make it check only the cell the user was just in. Below is the code I am using now.
Private Sub Worksheet_Change(ByVal Target As Range
Range(Cells(1, 6), Cells(1, 6)) = No
End Su
Any help is appreciated! Thanks Cyn
Private Sub Worksheet_Change(ByVal Target As Range
Range(Cells(1, 6), Cells(1, 6)) = No
End Su
Any help is appreciated! Thanks Cyn