Changing the active Layout F6T2P1#2The basic concept is: Sub ChgLayout() Dim NextLayout As String NextLayout = "Layout2" ThisDrawing.ActiveLayout =... Turn the SDI mode on F6T6P1#2You can only have one drawing open before turning the SDI mode on. To turn the SDI mode on: Sub SDI_on()...