How do I put text in front of my picture?

J

jpxsayshxi

I'm trying to put a pitcure behind text and I can't find anywhere to do that.
Please help! I'm trying to make something for my dad and he needs it ASAP!
 
R

Rick Rothstein \(MVP - VB\)

Use an ActiveX TextBox (from the Control Toolbox toolbar) if on a worksheet,
otherwise use the normal TextBox on a UserForm (depending on where your
picture is). Set its Order to Bring To Front, set its BackStyle to
0-fmBackStyleTransparent and set its Locked property to True. If this
doesn't answer your question fully, then tell us where the picture is
located at.

Rick
 
G

Gary''s Student

Put your text in a TextBox ( use the drawing toolbar)

You can then right-click either the picture or textbox and select Order to
put the textbos in fron or behind the picture.
 
Top