Expand Minimize
This topic has not yet been rated - Rate this topic

Application.AutoPercentEntry Property (Excel)

Published: July 16, 2012

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

expression .AutoPercentEntry

expression A variable that represents an Application object.

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

Application.AutoPercentEntry = False
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.