PDA

View Full Version : Tick Mark



ukyank
03-27-2013, 04:57 AM
Hi,

I've been trying to figure out how to make a checkbox really transparent on a Userform. When a user fills in a textbox a check box has its tick appear (the user cant edit it) my problem is the checkbox always has a boarder around it, and the inside is white even when I change the background colour value. I need ot to appear invisible.

Failing that I was thinking of putting an image on the form and "hiding it" but I cant seem to find code for that nor the instructions for the transparent checkbox. Does anyone have an Idea where I can go for this?

TIA

Aflatoon
03-27-2013, 05:01 AM
You cannot do that with a checkbox but you could use a label with font set to 'Wingdings 2' and Bold and then set the caption to P when you want a check mark.

ukyank
03-27-2013, 05:04 AM
Goodness that was fast! And cheers for the info!!