DaveTurton
New Member
Hi all
I am creating an add in and have a userform which the user can type in values (trigger points) for certain topics. When the userform is closed I want the values to be stored and used by the UDFs of the add in. I also want these values to be stored after the user exits the workbook.
At the moment I have declared them as variables, but they are not stored for use by the UDFs after the userform is closed, presumably as that sub has now finished and no code is running.
I am creating an add in and have a userform which the user can type in values (trigger points) for certain topics. When the userform is closed I want the values to be stored and used by the UDFs of the add in. I also want these values to be stored after the user exits the workbook.
At the moment I have declared them as variables, but they are not stored for use by the UDFs after the userform is closed, presumably as that sub has now finished and no code is running.