Share via


Application.Redo Method

Project Developer Reference

Redoes the items from the list.

Syntax

expression.Redo(HowManyRedos)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
HowManyRedos Optional Long Number of items from the list to redo. Default is 1.

Return Value
Boolean

See Also