Class AutoCorrect (PowerPoint VBA)

The class AutoCorrect represents the AutoCorrect functionality in Microsoft PowerPoint. To use a AutoCorrect class variable it first needs to be instantiated, for example


Dim act as AutoCorrect
Set act = Application.AutoCorrect

DisplayAutoCorrectOptions

Determines whether Microsoft PowerPoint should display the AutoCorrect Options button.

The value of the DisplayAutoCorrectOptions property can be one of these MsoTriState constants.


Application.AutoCorrect.DisplayAutoCorrectOptions = True

DisplayAutoLayoutOptions

Determines whether Microsoft PowerPoint should display the AutoLayout Options button.

The value of the DisplayAutoLayoutOptions property can be one of these MsoTriState constants.


Application.AutoCorrect.DisplayAutoLayoutOptions = True