Message 1 of 6
Run a AutoCAD command using vba but don't show that in command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all,
I want to run a AutoCAD command using vba like,
ThisDrawing.SendCommand ("RemoveSizeGroup ")
This is a custom command & there is lot's of custom command I used in my macro.
So, I don't want to display those command in command line.
How can I implement this ?