View Single Post
 
Old 10-21-2011, 03:45 AM
PetLahev PetLahev is offline Windows XP Office 2007
Novice
 
Join Date: Oct 2011
Posts: 7
PetLahev is on a distinguished road
Default

Try this one

ONLY SAMPLE
Code:
If shp.HasTextFrame Then
   If shp.TextFrame.HasText Then
       With shp.TextFrame.TextRange.Font
              .Size = 24
              .Name = "Times New Roman"
       End With
   End If
End If
Reply With Quote