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() with no succes since the cell is changed by another user and updated on screen on the other users open workbooks.
The modified cell appears with a hightlight and is very neet but I would also like a message box to appear.
Thank you
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() with no succes since the cell is changed by another user and updated on screen on the other users open workbooks.
The modified cell appears with a hightlight and is very neet but I would also like a message box to appear.
Thank you