
Saving Data between sessions
Hi,
I use the SaveSetting VBA method. It saves keys you nominate to an
application (safe to use) area of the Registry. Use GetSetting to read the
key.
--
Visit www.mvps.org/project/ for the Project MVP's FAQ and third party
add-ons
Rod Gill
Microsoft Project MVP
Visit www.projectlearning.com for customized Project and Office VBA macros
and Project companion software
Quote:
> What is the recommended strategy for saving user-specified parameters
> between sessions? For example, I create a dialog box and I want to
> save what was entered so that it will be displayed the next time the
> dialog is displayed.
> I have seen techniques were data is written to the .ini file or
> registry entries. I'm just curious as to what the recommended
> approach might be.