ManUBlueJay
Active Member
- Joined
- Aug 30, 2012
- Messages
- 320
- Office Version
- 365
- Platform
- Windows
I am looking for vba code that would Track if a given range changes.
The Worksheet_Change function does not work as it will react if you click into a cell even if you don't change anything.
Example my range is A1:D30
I would like E1 to Say "Changed" when a user changes anything in my range. He would be allowed to click into a cell as long as he does not change it.
The Worksheet_Change function does not work as it will react if you click into a cell even if you don't change anything.
Example my range is A1:D30
I would like E1 to Say "Changed" when a user changes anything in my range. He would be allowed to click into a cell as long as he does not change it.