- Why don’t I have an Apply as you
work check box for “Automatic layout
for inserted objects” in the
AutoCorrect dialog box of of
PowerPoint 2007? - What I would really like is to turn
it off\on programmatically. This
code doesn’t seem to do it:
Globals.ThisAddIn.Application.AutoCorrect.DisplayAutoLayoutOptions
= false;
Why don’t I have an Apply as you work check box for Automatic layout
Share
Globals.ThisAddIn.Application.AutoCorrect.DisplayAutoLayoutOptions = falsejust turns off the button for layout options that shows up, it won’t disable auto layout.