userform checkbox problem with controlsource

  • Thread starter Pierre via OfficeKB.com
  • Start date
P

Pierre via OfficeKB.com

Hi experts,

I have a little problem (i think).

I have a checkbox on m userform with a controlsource in mysheet1, cell J12.
This is what i would like :

On startup of the workbook, i would like the checkbox to be empty !

Now, because it has a controlsource, the checkbox is marked with a 'v' in the
color grey, indicating it is not really checked. However, i want it to be
empty when i start up the workbook.

I tried to put 'False' in the controlsource, but it did not work, it was
still grey checked.
i tried to make the controlsource cell empty, but it did not work, it was
still grey checked.

Any ideas?
Thanks,
Pierre
 
M

Mika Oukka

Hi!

If your reference to the control source is only J12, then add the sheet name
to it:

mysheet1!J12

Regards Mika
 

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

Top