Jump to content

New Layout Tab to continue progression


rcb007

Recommended Posts

I stumbled on this macro that can create a few layout tab then make it active.

 

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/duplicate-layout-tab-and-make-new-tab-current/td-p/7739926

 

LAYOUT;C;;;CTAB;(cadr (member (getvar 'CTAB) (layoutlist)))

 

When i activate it, it takes Layout1 and creates a Layout1 (2). Is there anyway to rename the Layout1 to Layout2? If Layout3 is selected, then activate the macro, it creates Layout4.

 

Thank you.

 

Link to comment
Share on other sites

Google rename layouts maybe start at Lee-mac.com. 

 

If you want layouts to be named as a pattern eg D01 D02 .... need a custom lisp would be better than using the macro approach which is just the default manual method.

Edited by BIGAL
Link to comment
Share on other sites

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...