View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TomSmith TomSmith is offline
external usenet poster
 
Posts: 1
Default How to obtain properties of graphical "line"

Hello,

I sometimes use Excel's drawing facilities as a "mini-CAD" software to
manually create (or programmatically generate) engineering-type CAD sketches.

Using VBA, how can I obtain the coordinates of an existing line?

Can this be done if the line is part of a "group"?

Thank you.