I just tried the following in Excel 2003
SaveSetting "TestApp", "General", "TheKey", "KeyValue"
and it saved the value to both
HKCU\Software\
VB and VBA Program Settings\TestApp\General
HKEY_USERS\S-1-5-21-527237240-484763869-725345543-1003\Software\
VB
and VBA Program Settings\TestApp\General
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
"AA2e72E" wrote in message
...
With Excel 2000, SaveSetting stores at:
HKCU\Software\VB and VBA Settings\
What key does Excel2003 use? On my Pc, it seems to store at
HKEY_USERS\{a guid}\software\VB and VBA Settings\
Why?
Thanks for any insight.