Frame.CanRedo Property (Outlook Forms Script)

Returns a Boolean that specifies if the most recent Undo can be reversed. Read-only.

Syntax

expression.CanRedo

expression A variable that represents a Frame object.

Remarks

True if the most recent Undo can be reversed, False otherwise.

CanRedo is read-only.

To Redo means to reverse an Undo; it does not necessrily mean to repeat the last user action.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.