Ö
Örjan Skoglösa
I have an userform with some controls. The form is opened with a .show
command triggered by a button in the document. All code besides the
..show command resides in the userform module.
If I open the form, change some values, hide the form and open again,
all changes reappear.
But if I first open the VBA Editor (without doing anything else, just
toggle twice with Alt+F11) and then do the same (open, change, hide,
open), the changes disappear and are substitued by the initial values.
If I close the Editor, the changed values stick again.
What could be the reason for that?
TIA
Örjan Skoglösa
command triggered by a button in the document. All code besides the
..show command resides in the userform module.
If I open the form, change some values, hide the form and open again,
all changes reappear.
But if I first open the VBA Editor (without doing anything else, just
toggle twice with Alt+F11) and then do the same (open, change, hide,
open), the changes disappear and are substitued by the initial values.
If I close the Editor, the changed values stick again.
What could be the reason for that?
TIA
Örjan Skoglösa