Hey gang.
I've got a massive workbook with tons of code based largely around the worksheet_change and selection_change events. I have discovered a bug when a user has double clicked into a cell (cursor blinking in the cell) and they select another open window (Excel, or otherwise) prior to pressing 'Enter' or an arrow or something to finalize the changes to that cell, it causes an error. Is there an event such as before_deactivate where I can force the cell to change prior to activating the selected window?
Cheers