View Single Post
 
Old 11-01-2014, 11:56 AM
excelledsoftware excelledsoftware is offline Windows 7 64bit Office 2003
IT Specialist
 
Join Date: Jan 2012
Location: Utah
Posts: 455
excelledsoftware will become famous soon enough
Default

Quote:
Originally Posted by JohnWilson View Post
The shadow object model changed in version 2007.

I don't have a mac but try this:

Code:
 With CheckShape.TextFrame2.TextRange.Font           .Name = "Times New Roman"           .Size = 60           .Bold = msoTrue           .Fill.Forecolor.RGB = vbBlack           .Shadow.Visible = msoFalse           'Add other attributes as needed.         End With
Thanks for the correction John,

I would totally upgrade my version of PowerPoint but since I use it mostly for animation I cant live without the pivot rotation feature by holding CTRL. Once Microsoft fixes that I will most likely upgrade.
Reply With Quote