programmatically turn off autofit text

B

BenB

how do i turn off the autofit text feature in VBA? the one on the menu
tools, autocorrect options, autoformat as you type - autofit text...
 
S

Shyam Pillai

BenB,
You need to set the following values in the registry if you want to turn if
off. If you do it while PowerPoint is running it will simply overwrite your
values when it quits.

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\PowerPoint\Options]
"AutoFitTextBody"=dword:00000000
"AutoFitTextTitle"=dword:00000000
 
Top