Message 1 of 6

Not applicable
10-26-2011
07:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to make a code to zoom extents all layouts in a open drawing.
I wrote this but it doesn't work at all:
Sub zoomextentslayouts()
Dim Laytab As AcadLayout
For Each Laytab In ThisDrawing.Layouts
ZoomExtents
Next Laytab
End Sub
I'm sure somebody can help me
thanx!
Laszlo
Solved! Go to Solution.