check box - true/false/na

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

Guest

Hello,

I'm putting in a checkbox and have it as a "mixed" value in the control
section.

When it first appears it is greyed out and is has a value of N/a, then you
click and it becomes false, then tick it and it becomes true - when you click
it again it becomes false.

What i would like is it to become N/a again and not revert back to False. Is
it possible to do this in '97?
 
Kelly,

I assume you are referring the linked cell. You can always just over-load
that cell with =NA()

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
is there any other way without overloading the linked box?

--
kelly m johnson
Great Britain


Bob Phillips said:
Kelly,

I assume you are referring the linked cell. You can always just over-load
that cell with =NA()

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Well you have to do something, that is one thing. There is nothing built-in,
so if you don't do that you will have to do something else, probably much
more complex.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

Kelly 1st said:
is there any other way without overloading the linked box?
 
Maybe you could use a checkbox from the Control toolbox toolbar instead.

Change the triplestate property to true. It seems to react the way you want.
 

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

Back
Top