Yes! I did try recording a macro and it would not record the action
taken.
I think John is right this is not easily accessible in the version I am
running.
<bending_over>
OK. You're awarded one swift kick at the target presented here.
</bending_over>
My mistake ... I was thinking of autosizing the shape to the text, not the
opposite.
If you're scripting PPT from an external app and you're starting PPT up
yourself, you could change the AutoFit settings by making changes to the
registry. Look at what happens in
HKCU\Software\Microsoft\Office\X.X\PowerPoint\Options as you change the
AutoFit settings manually then refresh the Regedit window.
X.X = 11.0 in this case (2003) but will vary with other versions.
If you have to work within PPT/VBA, this won't work. PPT loads these
settings at startup, so changes after that won't have any effect. You'll
probably have to use SendKeys to do the deed dirtily.