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