Forum Discussion
James Wolz, Sr.
Apr 06, 2018Copper Contributor
Saving Changes made to VBA Form during Macro Execution
I have a VBA Form that has several defaults (e.g. two Checkboxes are true and a Text Box has a value the first time it is shown). However, I want to save all the values of the form before it is unlo...
- Apr 06, 2018
The last: Store the values in the spreadsheet and set them in the userform's initialize event.
Bernie Deitrick
Apr 06, 2018Copper Contributor
The last: Store the values in the spreadsheet and set them in the userform's initialize event.