Sheet Protect problem

  • Thread starter Thread starter Steach91
  • Start date Start date
S

Steach91

I have a sheet with several option buttons. The option buttons are
linked to cells.

I'd like to protect the cells the option buttons link to, but still
allow users to change the radio button's. (basically there are 2 per
line, yes/no questions).

I'd like to have the users be able to only tab between the fields where
they can fill out info, and be able to change the option buttons, but
not have users able to select the cells they link to.

When I protect them, it gives a warning anytime the radio buttons are
changed.

Any help is appreciated
 
You can remove the link.

You can unlock the cells with the links (maybe put those linked cells in a
hidden column) or even move the linked cells to another sheet (and keep that
sheet hidden??)

Ps. You could have used checkboxes to represent yes/no, also.
 
Thanks for the quick reply!

Worked like a charm. I didn't realize you could hide columns. I was
hoping 1000 lines of VBA code wouldn't be going to waste....

Thanks
 
Thanks for the quick reply!

Worked like a charm. I didn't realize you could hide columns. I was
hoping 1000 lines of VBA code wouldn't be going to waste....

Thanks
 

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