Apply a shadow to an inline picture

W

William Meisheid

I put this in VBA beginner, probably wrong place, since it gets very little
traffic, so I am cross-posting it here. Sorry if that breaks protocol.

I can manually add a shadow to an inline picture by selecting the picture and
using the Drawing toolbar, but when I record that action in a macro Word
writes into the code:

Selection.ShapeRange(1).Shadow.Type = msoShadow6 'the shadow type I chose

However, if I try to run the macro I get an error because Shadow is not a
property of ShapeRange, even though that is what the record macro tool saw
happen.

How do I code something that will allow me to add a shadow to an inline
picture with VBA?
 
J

Jay Freedman

I read the post in the beginners newsgroup first, so the reply is
there.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top