Jaafar Tribak
Well-known Member
- Joined
- Dec 5, 2002
- Messages
- 9,797
- Office Version
- 2016
- Platform
- Windows
Hi all,
Is there a simple way to intercept the left mouse click event on a worksheet without using Subclassing as opposed to my second post below?
http://www.mrexcel.com/board2/viewtopic.php?t=82011&highlight=subc*
In other words, is there a straightforward Mouse related API or a combination of APIs that could achieve this ? I have been experimenting with other Mouse APIs but with no luck.
Basically,what I want to achieve is to be able to mark a cell with an "X"just by left clicking it with the mouse.This isn't possible as there is no such left click event built-in in Excel.
The Selection_Change is not the answer as this fires when using the Keyboard as well.
Any insight on this would be much appreciated.
Regards.
Is there a simple way to intercept the left mouse click event on a worksheet without using Subclassing as opposed to my second post below?
http://www.mrexcel.com/board2/viewtopic.php?t=82011&highlight=subc*
In other words, is there a straightforward Mouse related API or a combination of APIs that could achieve this ? I have been experimenting with other Mouse APIs but with no luck.
Basically,what I want to achieve is to be able to mark a cell with an "X"just by left clicking it with the mouse.This isn't possible as there is no such left click event built-in in Excel.
The Selection_Change is not the answer as this fires when using the Keyboard as well.
Any insight on this would be much appreciated.
Regards.