Application.AutoPercentEntry property (Excel)

True if entries in cells formatted as percentages aren't automatically multiplied by 100 as soon as they are entered. Read/write Boolean.

Syntax

expression.AutoPercentEntry

expression A variable that represents an Application object.

Example

This example enables automatic multiplication by 100 for subsequent entries in cells formatted as percentages.

Application.AutoPercentEntry = False

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.