programmatically turn off autofit text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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...
 
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
 
Back
Top