_Application.GoBack Method
Moves the insertion point among the last three locations where editing occurred in the active document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub GoBack
'Usage
Dim instance As _Application
instance.GoBack()
void GoBack()
Remarks
The functionality provided by this property is identical to the result of pressing SHIFT+F5.