Browser.Previous Method
For the Browser object, moves the selection to the previous item indicated by the browser target.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Previous
'Usage
Dim instance As Browser
instance.Previous()
void Previous()
Remarks
Use the Target property to change the browser target.