S
Stu W
I've written an application in VBA using Excel. The application features a
form that the user uses to set various application configuration parameters.
I'm currently saving these user parameters in a sheet within the workbook.
But to retrieve them the user has to use the same workbook they have been
saved in. I would like to save these settings outside of Excel so that these
settings will be available to the user regardless of the Excel workbook they
happen to be using. That is, the settings should be user-related and not
workbook-related.
My sense is that these settings should be saved in some sort of cookie or
..ini file or something like that on the user's machine.
What's the current best practice for this, and what is a quick reference
point for how to do this?
form that the user uses to set various application configuration parameters.
I'm currently saving these user parameters in a sheet within the workbook.
But to retrieve them the user has to use the same workbook they have been
saved in. I would like to save these settings outside of Excel so that these
settings will be available to the user regardless of the Excel workbook they
happen to be using. That is, the settings should be user-related and not
workbook-related.
My sense is that these settings should be saved in some sort of cookie or
..ini file or something like that on the user's machine.
What's the current best practice for this, and what is a quick reference
point for how to do this?