G
Guest
What type of code should I use if I want to keep an eye on any entry changes
made in Sheet1.Range("A1") without activating code manually?
I think im looking for something like:
Sub Sheet1.Range("A1")_Change
'my code checking the contents of Sheet1.Range("A1")
End Sub sub
Thanks
The Doctor
made in Sheet1.Range("A1") without activating code manually?
I think im looking for something like:
Sub Sheet1.Range("A1")_Change
'my code checking the contents of Sheet1.Range("A1")
End Sub sub
Thanks
The Doctor