View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Getsetting and Savesetting functions

KC,

The GetSetting and SaveSetting functions are a very simplified way to write
values to the System Registry. Unlike the Windows Registry API functions,
GetSetting and SaveSetting always stored data in the key
"HKEY_CURRENT_USER\Software\VB And VBA Program Settings" and store and
retrieve only text strings, not other data types. You can use these
functions on any version of Windows (95 and later). I have no idea whether
these function will work in a Mac system.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"KC Cheung" wrote in message
...
Good morning Mr Pearson

Can I say the keywords for these two functions can be created by user at
will please?

Regards
KC

"Chip Pearson" wrote in message
...
Chip - I thought you had an earlier version that didn't use the API
functions -


I may have, many moons ago. That would have been 2 or 3 computers ago.
Does the Mac support the GetSetting and SaveSetting functions?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com