View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default GetSetting & HKEY LOCAL_MACHINE

Philippe,

I think you can use WSH, as an example

Dim oWSH As Object


Set oWSH = CreateObject("WScript.Shell")


sRegKey = oWSH.RegRead("HKCU\Software\myKey\mySubkey\myKeyVa lue")



--

HTH

RP
(remove nothere from the email address if mailing direct)


wrote in message
ups.com...
Hi,

How could i replace GetSetting functionnality for reading and saving
datas in HKEY LOCAL_MACHINE registry entry ?
Could i use an Windows API, but which API ?

Regards
Philippe