Can I envoke an AutoCAD command from VBA
Can I envoke an AutoCAD command from VBA
(OP)
I'm trying to use the AutoCAD BOUNDARY command from within a VBA program. Do I need to use the utility object to do this and if so, how?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Can I envoke an AutoCAD command from VBA
|
RE: Can I envoke an AutoCAD command from VBA
eg
ThisDrawing.SendCommand "_Circle" & vbCr & "2,2,0" & vbCr & "4" & vbCr
ThisDrawing.SendCommand "_zoom" & vbCr & "a" & vbCr
"Everybody is ignorant, only on different subjects." — Will Rogers