Hi all,
I have created a user form where users can click on a check box (made from Form Control). If the check box is checked, a figure will appear in a different cell. So it is either $0 (unchecked) or $100 (checked). I have this check box linked to a different worksheet Sheet1, cell P2. so P2 would either be false/true.
For protection sake I have sheet1 protected with a password "FGHJ" and set it to Very Hidden.
Due to the large size of the user form I have also created a macro to clear out all the manual entry and reset many of the formulae (in case people over-write it) back to its original format, like a blank form.
Here is my question:
If a user fill out the form with this box checked. He/she would make a hard copy and he/she is done. But then if s/he want to work on a different entry and apply the macro. Some how I cannot set the macro to reset Sheet1!P2 to "False" behind the scene.
I managed to get the whole user form cleared out except that check box. That means the second time the same user uses it, the box would have been check unintentionally.
How should this be done? I would not want the user to know the existence of Sheet1. And in case someone knows how to make Sheet1 visible I don't want them have access to the password.
Any idea/suggestion?
I have created a user form where users can click on a check box (made from Form Control). If the check box is checked, a figure will appear in a different cell. So it is either $0 (unchecked) or $100 (checked). I have this check box linked to a different worksheet Sheet1, cell P2. so P2 would either be false/true.
For protection sake I have sheet1 protected with a password "FGHJ" and set it to Very Hidden.
Due to the large size of the user form I have also created a macro to clear out all the manual entry and reset many of the formulae (in case people over-write it) back to its original format, like a blank form.
Here is my question:
If a user fill out the form with this box checked. He/she would make a hard copy and he/she is done. But then if s/he want to work on a different entry and apply the macro. Some how I cannot set the macro to reset Sheet1!P2 to "False" behind the scene.
I managed to get the whole user form cleared out except that check box. That means the second time the same user uses it, the box would have been check unintentionally.
How should this be done? I would not want the user to know the existence of Sheet1. And in case someone knows how to make Sheet1 visible I don't want them have access to the password.
Any idea/suggestion?