Option Button Problem

P

PRINCE21

I have 5 option buttons which i have linked to 5 different cells. When
clicked it either says TRUE or False in the different cells.

Is it possible lets say the first cell says TRUE And rest say False
then another cell indicates that you are traveling by car, If say The
first cell is False and second True then you are traveling by Boat.
etc

Is it possible to do somehting like this.:confused:
 
T

Tom Ogilvy

If you have 5 option buttons on 1 sheet from the control toolbox toolbar,
then that should be the default behavior.

Make sure they all have the same value for the groupname property (usually
the default is the sheet name).
 
Top