Textbox won't keep new values after workbook closed
Hello, I have this issue, I have a Textbox on a Userform that loads when a workbook is opened. If a user modifies the content of that textbox even if the workbook is saved the new values are not kept the next time that workbook is opened. How can I save the new values? I would prefer not to store those values in a cell and then load them in the textbox each time the workbook is open. Is there another way? Thanks
blackmamba
the only other way is to save the data to file or to a database.... I posted an article on saving userform state that might be helpful here...