Hi,
I have a shared workbook with the option of autosave and update set to every 5 minutes.
I would like that after an auto update and save if a user modified a specific cell a message box will appear.
I have already tried Worksheet_Change(ByVal Target As Range) and Worksheet_Calculate()...