How do I put text in front of my picture?

  • Thread starter Thread starter jpxsayshxi
  • Start date Start date
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!
 
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
 
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.
 

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

Back
Top