To Switch to the Last Active Paper Space Layout (VBA/ActiveX)

You can switch between model space and paper space.

  1. Set the ActiveSpace property to acPaperSpace.
    ThisDrawing.ActiveSpace = acPaperSpace
  2. Toggle the MSpace property to FALSE.
    ThisDrawing.MSpace = FALSE

When you are in paper space, AutoCAD displays the paper space user coordinate system (UCS) icon in the lower-left corner of the graphics area. The crosshairs indicate that the paper space layout area (not the views in the viewports) can be edited.