Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1011 Bytes

Word.Selection.GoToPrevious.md

File metadata and controls

39 lines (23 loc) · 1011 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Selection.GoToPrevious method (Word)
vbawd10.chm158662831
vbawd10.chm158662831
Word.Selection.GoToPrevious
da41b0b4-673e-5701-d31d-ab3314600e53
06/08/2017
medium

Selection.GoToPrevious method (Word)

Returns a Range object that refers to the start position of the previous item or location specified by the What argument. If applied to a Selection object, GoToPrevious moves the selection to the specified item. Range object.

Syntax

expression. GoToPrevious( _What_ )

expression Required. A variable that represents a Selection object.

Parameters

Name Required/Optional Data type Description
What Required WdGoToItem The item where the specified range or selection is to be moved.

See also

Selection Object

[!includeSupport and feedback]