BobTheSpreadsheetBuilder
New Member
- Joined
- Nov 23, 2023
- Messages
- 6
- Office Version
- 2016
- Platform
- Windows
Hi guys, I am experienced with vba, not so much with sheet events.
In a grid of cells, say A1:J10 a number of users might update single cells at a time. I plan to track the changes by using a procedure to update a sheet2 with Date+Time in the corresponding cell in the A1:J10 grid in sheet2. Do i need to run a separate event procedure for each cell, or can i use a single procedure ? Thanks
In a grid of cells, say A1:J10 a number of users might update single cells at a time. I plan to track the changes by using a procedure to update a sheet2 with Date+Time in the corresponding cell in the A1:J10 grid in sheet2. Do i need to run a separate event procedure for each cell, or can i use a single procedure ? Thanks