Gurus:
I use Word VBA routine to fill a shape with a picture file:
objShape.Fill.UserPicture FileNameString
In the Word dialog for Fill Effect for picture, two check boxes are available: Rotate fill effect with shape, and , Lock picture aspect ratio.
The question is how to set these two check boxes in VBA?
Thank,
I use Word VBA routine to fill a shape with a picture file:
objShape.Fill.UserPicture FileNameString
In the Word dialog for Fill Effect for picture, two check boxes are available: Rotate fill effect with shape, and , Lock picture aspect ratio.
The question is how to set these two check boxes in VBA?
Thank,