Glen Smith Posted March 13, 2009 Posted March 13, 2009 Is there a way to change from the model tab to the layout tab within a macro? At my new place of employment, they like to have dwgs saved so that the preview shows layout 1 at zoom extents. I'd like to create a button that I hit when I finish making a change in model space, but I don't know how to change from the model tab to the layout tab via the macro. Checking the command window is no help - after clicking the tab it just shows so far I have this: ^C^CZ;E; ;Z;E;_QSAVE;_CLOSE thanks. Glen Quote
rkmcswain Posted March 13, 2009 Posted March 13, 2009 Try this: [color=blue][font="Courier New"] setvar;ctab;layout1 [/font][/color] Quote
Glen Smith Posted March 13, 2009 Author Posted March 13, 2009 That did the trick perfectly, thanks. In case this would help anyone else, the macro looks like this: ^C^CZ;E;setvar;ctab;layout1;Z;E;_QSAVE;_CLOSE Glen 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.