View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rock Rock is offline
external usenet poster
 
Posts: 6
Default Get points in a worksheet using mouse click

I am writing procedure in excel 2002 where I have imported a bitmap
image into a worksheet and I would like to digitize a few points (get
the x and y coordinates) when I click on the mouse.

I would like to press a macro button that would allow the user to
click on a lower left control point and an upper right control point
(points on the bmp that have known x and y values used for scaling)
and then draw a label control with corners through the control points.

I have searched the newsgroups, but have not seen how to do this.

Thanks for the help.

Rock