Hi
I have created a userform that loads on "Workbook_Open", where i inform all users of the changes i've made, and how to work with my new list.
I want to be able to let the other users to prevent the userform from autoload on start by "Unchecking" a "Checkbox". I've added a "CheckBox", value set to "True", to the Userform. But i can't figure out how to change the value to "false" by "Unchecking" it, and how to save the changes. And i'm not sure how to prevent it from load on"Workbook_Open" when the value is set to False
I'm sure that this is possible to do, but all i have tried have failed so far...
Suggestions?
/Jenna
I have created a userform that loads on "Workbook_Open", where i inform all users of the changes i've made, and how to work with my new list.
I want to be able to let the other users to prevent the userform from autoload on start by "Unchecking" a "Checkbox". I've added a "CheckBox", value set to "True", to the Userform. But i can't figure out how to change the value to "false" by "Unchecking" it, and how to save the changes. And i'm not sure how to prevent it from load on"Workbook_Open" when the value is set to False
I'm sure that this is possible to do, but all i have tried have failed so far...
Suggestions?
/Jenna