I have been playing around with autoshapes and VBA and I am trying to
create a utility which would accomplish the following:
Display the realtime current Left / Top position of the pointer in
the statusbar
Capture numerous left / top positions in a sheet for each left mouse
click
Capture the final left / top positions on a left double click
I would also need to have each set of positions (from start of
utility to double click) with a unique ID to distinguish one grouping
from another.
I would need the utility to supersede the click action for other
objects (such as drawn objects or imported images) as I would be
using the utility to capute points from an imported drawing or plan.
I don't really know much about background macros, mouse data, or
click / double click feedback.