Hi all,
Following is a hacky workaround for capturing the above mentioned Mouse events for worksheet shapes.
The code uses the OnUpdate CommandBars event. This event is slow and doesn't fire with fast mouse movements but this is the best I could achieve short of using a Windows timer.
I am...