jrice174
Civil/Environmental
- Nov 8, 2004
- 129
During a VBA program I turn off the object snap and at the end of the program I turn the snap back on using
ThisDrawing.ObjectSnapMode = True
however the only snap setting that is turned on is endpoint. Before I ran the program I had midpoint and intersection also selected. Can I make the program reset the settings to what it was before I turned it off, or can I make it add individual selections?
ThisDrawing.ObjectSnapMode = True
however the only snap setting that is turned on is endpoint. Before I ran the program I had midpoint and intersection also selected. Can I make the program reset the settings to what it was before I turned it off, or can I make it add individual selections?