With ActiveDocument.ActiveWindow.View.Zoom If .PageFit = wdPageFitTextFit Then .PageFit = wdPageFitFullPage Else .PageFit = wdPageFitTextFit Selection.GoTo what:=wdGoToBookmark, Name:="\sel" End If End With