View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Assigning Different Caption to a Check Box

Thanks. Can I hide and show the check box using VB?

-----Original Message-----
Ed;

You cannot dynamically change the caption for a check
box. What you could do is to leave the caption blank

and
use more than one label and then make the correct one
visible and the rest not visible.

Thanks,

Greg


-----Original Message-----
How do I use VBA to assign a different caption name to

a
check box?
.

.