Macro-noted drawing
I have a macro to quickly insert annotations in a plane, I am missing the position like a drag and drop, which I can't find so I look for the X Y position like in the solidworks taskbar
Sub Note()
Dim swApp As Object
Dim Part As Object
Dim myModelView As Object
Dim myB…












