Seems like Word now offers only the very subtle, blurred-edge shadows shown in the in Format Shape gallery. Call me old-fashioned, but I need the simple sharp-edged black shadows of yore. How do I get this? In an old document that has these, running the VBA code:
MsgBox Selection.ShapeRange(1).Shadow.Type
Gives a value of -2. But if I try to *assign* that value to a shape's shadow, it throws a value-out-of-range error.
Short of the clumsy idea of keeping an old shape that has the sharp black shadow and reusing it forever, how can I get that "legacy" (sigh) shadow from this version of Word (pref. using VBA)?
Thanks for any help.
Mark