ZORANCRO Posted September 28, 2010 Posted September 28, 2010 HOW TO USING EXISTING AUTOCAD COMMAND BPOLY ? THIS IS THE PART OF CODE(VBA). PLEASE HELP ME FOR ALL CODE VBA Sub Example_SendCommandBPOLY() ThisDrawing.SendCommand "_BPOLY" & vbCr ... End Sub Quote
PeterPan9720 Posted October 4, 2010 Posted October 4, 2010 Sorry, could you explain the scope of work of your code ?. Can I imagine that you would like to have a shortcut on the button bar for example !? but I think that could be easy create a personal toolbar with icon calling directly the command and not the VBA code. Thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.