Truski Posted March 29, 2021 Posted March 29, 2021 Let's see if someone can help me, please. I would like a macro to zoom extend in all layouts. Before I used AutoCAD and could load LISP files (I was using Lee Mac's "Zoom Extent all Layouts"), but now I'm using AutoCAD LT and can't use it. Thanks a lot Zoom_Extend_All_Layouts.lsp Quote
steven-g Posted March 29, 2021 Posted March 29, 2021 Sorry bad news, the only way to do it in LT is if you know all the layout names and manually put them into a macro. Lt has no method to goto different layouts without being given the names first. Quote
Truski Posted March 30, 2021 Author Posted March 30, 2021 It's a shame it can't be done. Thank you anyway Quote
BIGAL Posted March 31, 2021 Posted March 31, 2021 Steven has given a good hint, we always name our layouts D01, D02 etc If you have a common layout name you could use excel to make a sequence of commands that you just copy and paste a column to the command line pretty sure works in LT, even a txt file copy the number of lines, if you name them all different then sorry. Layout s D01 Zoom E Layout s D02 Zoom E Layout s D03 Zoom E Layout s D04 Zoom E 1 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.