AutoSizeText

  • Thread starter Thread starter MeSteve
  • Start date Start date
M

MeSteve

I am using this to automatically shrink text in a PPT show after creating a
text box. The problem is that sometimes it works, sometimes it doesn't and I
cannot figure out what is causing the intermittancy.

With oProjDesc
With TextFrame
....
End With
With .TextFrame2
.AutoSize = msoAutoSizeTextToFitShape
End With
End With
 
Sorry, this newsgroup is for questions about Access, the database product
that's part of Office Professional.

You'd be best off reposting your question to a newsgroup related to
PowerPoint.
 
OK, but I am executing this in Access.

Douglas J. Steele said:
Sorry, this newsgroup is for questions about Access, the database product
that's part of Office Professional.

You'd be best off reposting your question to a newsgroup related to
PowerPoint.
 
Back
Top