- 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 offon programmatically. This
code doesn t seem to do it:
Globals.ThisAddIn.Application.AutoCorrect.DisplayAutoLayoutOptions = false;
I am trying to programmatically make a PowerPoint presentation from the contents of a Lotus Notes document. This is relatively straight-forward using CreateObject("Powerpoint.Application") but I fail ...