Jump to content

Recommended Posts

Posted

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

Posted

Try this:

 

[color=blue][font="Courier New"]
setvar;ctab;layout1
[/font][/color]

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...