G
Guest
I'm using functions like
With canvas.Shapes.AddLine(x1, y1, x2, y2).Lin
.Weight = 1.
.ForeColor.RGB = RGB(R, G, B
End Wit
to do elementary graphics in a worksheet. I would like to be able to found out the mouse position at particular points I click on, but cannot find appropriate functions to do this. Does anyone know how?
With canvas.Shapes.AddLine(x1, y1, x2, y2).Lin
.Weight = 1.
.ForeColor.RGB = RGB(R, G, B
End Wit
to do elementary graphics in a worksheet. I would like to be able to found out the mouse position at particular points I click on, but cannot find appropriate functions to do this. Does anyone know how?