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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top