Hi all,
First post on the forum, so 'Hi' to you all! I've used your forum in lots of cases to help me address issues in VBA programming, but now I've encountered one that is quite persistent. I'm on Excel 2019 and am looking to create an audit trail for capturing changes to a planning file I manage at work.
Capture.JPG
Above is the audit trail I am looking for. The problem I am having is that the "Previous Value" is not captured due to a Worksheet_SelectionChange not firing. Please find the code below that is present in the target worksheet.
As said previously, the Worksheet_Change event does fire, but the Previous Value is empty as the Worksheet_SelectionChange event does not fire. I've tested and excluded Application.EnableEvents was set to False. Does anyone have any idea where I should be looking?![]()
Please Login or Register to view this content.
Best regards,
Don
Bookmarks