#1
#2
Sub ChgLayout() Dim NextLayout As String NextLayout = "Layout2" ThisDrawing.ActiveLayout = ThisDrawing.Layouts(NextLayout) End Sub
#3