I have a form that automatically pops up and the user must fill in a lot of
information. I am calculating things on the fly. I would then like to save
the form with those specific values in the properties, so next time the saved
form is opened, it opens with the last values that were calculated.

I wanted to do this instead of writing the information back to the excel
spreadsheet and gathering the information again on open. I see the get, let,
set property, but I'm not sure how this works.

Any help that you can give would be good. Thanks.