Saving data in an add-in

  • Thread starter Thread starter Stewart Walker
  • Start date Start date
S

Stewart Walker

I've created an add-in (which runs from a custom toolbar)
when first opened it presents options to the user (a form)
then the user presses ok to do the action using the
choices made on the form. I want the form to display the
choices the user made the first time next time they use
this add-in. How do I get those values to save for future
reference?

TIA

Stewart Walker
MOS Excel Expert (I wish they had some sort of VBA in that
course!!)
 
Record the user's choice either in the Registry or in an INI file. At startup, read back the choice and take appropriate action.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top