fantabulator
Member
Hello,
I have found various solutions on the net, but none of them seem to address my specific need. Maybe I am just not using the correct search terminology...
I know it is going to take VBA code, but I am just not knowledgeable enough in VBA to figure it out. What I need is to assign a macro to the checkboxes in my program:
In my program a teacher checks a box when a student has handed in his/her assignment. If a teacher checks an assignment box the date is time stamped, so I do not want him /her to be able to accidentally uncheck the box at a later time and then click it again as it then changes the static timestamp for the assignment.
so basically something like this:
1) Is it checked...if so..message confirmation box "do you want to uncheck this box?" yes...uncheck. No keep it checked.
2) Is it unchecked, let the user click it with no warning.
I doubt there is a way to apply this to all checkboxes on the sheet simultaneously, but I am willing to go through the tedium of applying it to all checkboxes.
Thanks for your time
I have found various solutions on the net, but none of them seem to address my specific need. Maybe I am just not using the correct search terminology...
I know it is going to take VBA code, but I am just not knowledgeable enough in VBA to figure it out. What I need is to assign a macro to the checkboxes in my program:
In my program a teacher checks a box when a student has handed in his/her assignment. If a teacher checks an assignment box the date is time stamped, so I do not want him /her to be able to accidentally uncheck the box at a later time and then click it again as it then changes the static timestamp for the assignment.
so basically something like this:
1) Is it checked...if so..message confirmation box "do you want to uncheck this box?" yes...uncheck. No keep it checked.
2) Is it unchecked, let the user click it with no warning.
I doubt there is a way to apply this to all checkboxes on the sheet simultaneously, but I am willing to go through the tedium of applying it to all checkboxes.
Thanks for your time
Last edited: