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