Check Box weird problem

C

crapit

After running for a number of times, the checkboxes in the worksheet are
unable to be check/uncheck. I heard that sometimes running visual basic can
mess up the control.
 
T

Tom Ogilvy

Possibly you are in design mode. When you click on the checkbox, do you
select it? If so, this is even more probable that you are in design mode.
Unclick the upper left icon in the control toolbox toolbar.
 
C

crapit

Definitely no.
Tom Ogilvy said:
Possibly you are in design mode. When you click on the checkbox, do you
select it? If so, this is even more probable that you are in design mode.
Unclick the upper left icon in the control toolbox toolbar.
 
D

Dave Peterson

maybe it's a display problem.

Do you have linked cells (do they change)? Or maybe a little code when you
click on them.
 
T

Tom Ogilvy

Sounds like you might have managed to turn them into pictures.

Check the count for OleObjects.

Did you open the workbook in xl95 or earlier?
 
Top