Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default GetSetting & HKEY LOCAL_MACHINE

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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default GetSetting & HKEY LOCAL_MACHINE

Hi,

I have found solution, regards Philippe

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getsetting and Savesettings James[_38_] Excel Programming 2 June 29th 05 08:05 PM
GetSetting & SaveSetting in Thin Client Environments Stephen Allen[_2_] Excel Programming 1 January 3rd 04 09:22 PM
SaveSetting/GetSetting: not high-overhead? Mark Tangard Excel Programming 1 August 25th 03 12:36 PM


All times are GMT +1. The time now is 08:44 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"