Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 974 Bytes

Project.Application.Redo.md

File metadata and controls

42 lines (26 loc) · 974 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.Redo method (Project)
vbapj.chm132540
vbapj.chm132540
project-server
Project.Application.Redo
25a43bd7-4bfd-2be6-172d-8e5bef781f00
06/08/2017
medium

Application.Redo method (Project)

Executes a redo action on items in the Redo list.

Syntax

expression.Redo (HowManyRedos)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
HowManyRedos Optional Long Specifies the number of items from the list to redo. The default is 1.

Return value

Boolean

Remarks

You can add items to the Redo list by using the Undo method or clicking Undo in the Quick Access Toolbar.

[!includeSupport and feedback]