Hiding and unhiding pictures

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wish to stack pictures, inserted from AutoCad as (.wmf) in one area of the
worksheet and have them hide and unhide if one of several check boxes is
checked. How do I accomplish this?
 
Garyw,

I would start by placing the pic in a label.

Then make visible=false

In your code, tie it to your check box(es) and " label(?).visible=true

Don't forget to make the other labels' visible equal to false.

HTH

BigPig
 
I know just enough about Visual Basic to make me dangerous.
Would you please write a complete sample code that I might
run it and try to understand how it works. Then next time I come
to a problem like this I'll know what to do.

Thanks....
 

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

Similar Threads


Back
Top