Author Topic: copy layout macro  (Read 3218 times)

0 Members and 1 Guest are viewing this topic.

ELOQUINTET

  • Guest
copy layout macro
« on: September 03, 2004, 10:32:03 AM »
hey guys i used to have a macro button to copy a layout tab but my acad got wiped out awhile back. i know it's on here somewhere but don't have time to look right now heeeeeeelp

Darryl

  • Guest
copy layout macro
« Reply #1 on: September 03, 2004, 12:22:40 PM »
On the "Layouts" toolbar, there is a button called "Layout from template."  I use it a lot to copy current layouts into an older drawing.  Don't know if that's what you had in mind or not - it's a start.

ELOQUINTET

  • Guest
copy layout macro
« Reply #2 on: September 03, 2004, 02:17:15 PM »
not really what i'm looking for darryl

daron

  • Guest
copy layout macro
« Reply #3 on: September 03, 2004, 02:58:09 PM »
...but thanks for the reply. Dan, I can't think of anything else you'd be doing than what Darryl posted. Who created the macro for you? What else did it do?

hendie

  • Guest
copy layout macro
« Reply #4 on: September 04, 2004, 12:22:29 PM »
I think it was me... it was just a simple lisp asking how many layouts to create, then asked for a prefix/suffix etc
I think I still have a copy of it at work. and I'm working on a VBA dialogue version to manipulate layouts
I'll post the lisp when I get back to work

hyposmurf

  • Guest
copy layout macro
« Reply #5 on: September 04, 2004, 04:04:48 PM »
Just had a play around this seems to work:
^C^C(COMMAND "-LAYOUT""COPY""LAYOUT1""ELOQUINTET" )
Will copy LAYOUT 1 and rename it ELOQUINTET.You can just substitute those names for what you want.

hendie

  • Guest
copy layout macro
« Reply #6 on: September 05, 2004, 09:20:19 AM »
I believe this is what you are looking for

ML

  • Guest
Copy Layout Tab
« Reply #7 on: September 16, 2004, 07:08:16 PM »
Why don't you just right click on a layout tab in the same drawing and choose copy?


Mark

hendie

  • Guest
copy layout macro
« Reply #8 on: September 17, 2004, 03:31:52 AM »
because it's a very cumbersome method. then you have to right-click again to rename it, and/or change position

ML

  • Guest
copy layout macro
« Reply #9 on: September 17, 2004, 07:07:35 AM »
Hendie

Keith created a really cool delte layout tabs project in VBA, it has  a little dialog box and all. May be it could be tweeked slightly to do copying of layout tabs for you?

May be you could e-mail Keith?

Mark