creating an autocad button
creating an autocad button
(OP)
I'm trying to create a few "new custom buttons" to save time. I have the concept down pretty good but I have a problem when a menu, such as the print menu comes up. For instance, what would the macro have to say to have one button that will print to the current setting without having to hit enter or anything else...thanx





RE: creating an autocad button
take ^C^C-plot; ......
The "-" suppress the dialogbox.
Lothar
RE: creating an autocad button
CODE
Flores
RE: creating an autocad button
RE: creating an autocad button