overlapping picture problem

  • Thread starter Thread starter tomro1
  • Start date Start date
T

tomro1

hi all

i've put textboxes and other stuff in a userform, but if i want to pu
some pictures in also for my background, the pictures overlap all th
rest. how can i put the pictures in come order that one is backgroun
and the other isn't
 
Turn on the macro recorder.

Right click on one of the pictures and select send to the back. Turn off
the macro recorder and look at the code.

I get:

Selection.ShapeRange.ZOrder msoSendToBack

this should get you started.
 

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