If I have a macro XXXX already defined, how can I automaticallyinvoke it when the mouse is just move over the cell or when the cellis clicked?
Again, see the example file. You'd probably want theWorksheet_SelectionChange event for this, but I don't think it'spossible to fire a macro simply on mouseover in Excel.
I wanted to do it also, but my research found it isnot possible. The only option is one of the worksheet events.