Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 884 Bytes

Word.Application.GoBack.md

File metadata and controls

42 lines (25 loc) · 884 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.GoBack method (Word)
vbawd10.chm158335304
vbawd10.chm158335304
Word.Application.GoBack
d1113bc7-4ad3-f4da-0442-c11f5e22b2a8
06/08/2017
medium

Application.GoBack method (Word)

Moves the insertion point among the last three locations where editing occurred in the active document (the same as pressing SHIFT+F5).

Syntax

expression. GoBack

expression Required. A variable that represents an Application object.

Example

This example opens the most recently used file and then moves the insertion point to the location where editing last occurred.

RecentFiles(1).Open 
Application.GoBack

See also

Application Object

[!includeSupport and feedback]