View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
BigPig BigPig is offline
external usenet poster
 
Posts: 77
Default Hiding and unhiding pictures

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


"Garyw" wrote:

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