I have created the following macro but I cannot get it to "finish" properly, I always have to R Click the mouse prior to selecting the print icon in the printing dialogue box. I have tried multiple ways to make it "finish" cleaner but haven't found the right combination. For example, following the instructions from the Help files for Action Strings, I have tried the E, T & K Key Ins and also multiple spaces, slashes (/) and semi-colons (;) all to no avail.FIT VIEW EXTENDED 1; PLACE FENCE ACTIVE; / ; PRINT
Using V8i
How about
FIT VIEW EXTENDED 1; PLACE FENCE ACTIVE 1;PRINT
Your suggestion worked fine on the very first drawing upon opening a session but does not work on subsequent drawings. The Macro stops after the Place Fence -From View and then it requires me to press the Right Mouse Button which brings up a menu - don't have to select anything from that menu I just have to Right Click the mouse again - it disappears - and then I can continue to the print icon. NO OTHER COMMAND IS AVAILABLE UNTIL I PERFORM THE SECOND RIGHT MOUSE CLICK.
FIT VIEW EXTENDED 1; PLACE FENCE ACTIVE 1;PRINT EXECUTE
Assume you are running a batch process? Any reason you don't use print organizer?