View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default SaveSetting: Excel 2000 & 2003

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.