Window.DisplayRightRuler (Word)
True if the vertical ruler appears on the right side of the document window in print layout view.
For more information on using Word with right-to-left languages, see Word features for right-to-left languages .
With ActiveWindow
.View = wdPrintView
.DisplayRightRuler = True
End With