Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have userform that I would like to have access to on and off
throughout the usage of a spreadsheet. I want to ability to open it and then cancel if the user decides that the changes are not necessary. currently I have an OK and a Cancel button on the form. If the user clicks OK, the input is written to the spreadsheet. If the user clicks Cancel the form is hidden using UserForm1.Hide and the input, regardless of any changes, is not written to the spreadsheet. my problem is this: even though the input is not written to the spreadsheet, it is saved within the userform. I do not want this. for instance, if I open the form and checkbox1 is unchecked and I check it then click Cancel, the form is hidden and nothing on the spreadsheet changes. However, when I reopen the form, checkbox1 is still checked. how can I fix this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Self canceling checkboxes | Excel Discussion (Misc queries) | |||
Canceling Workbook_BeforeClose does not work | Excel Programming | |||
Canceling the rest of a Sub | Excel Programming | |||
Canceling a print job | Excel Programming | |||
Canceling a UserForm | Excel Programming |