Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Retrieving Registry keys

Hi

I am saving a key in HKEY_LOCAL_MACHINE in my own defined folder by using an
installation program.

With GETSETTING i can only retrieve values from the Excel or VBA entry in
the registry.

What method can i use to check any key and value in the registry?

KS


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Retrieving Registry keys

Hi Kent

See
http://www.devx.com/vb2themax/Tip/19134
on this.

HTH. Best wishes Harald

"Kent Schederin" skrev i melding
...
Hi

I am saving a key in HKEY_LOCAL_MACHINE in my own defined folder by using

an
installation program.

With GETSETTING i can only retrieve values from the Excel or VBA entry in
the registry.

What method can i use to check any key and value in the registry?

KS




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Retrieving Registry keys

If you have Windows Scripting Host available, there is a simple method to
get the registry keys.

Post back if you want an example.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Kent Schederin" wrote in message
...
Hi

I am saving a key in HKEY_LOCAL_MACHINE in my own defined folder by using

an
installation program.

With GETSETTING i can only retrieve values from the Excel or VBA entry in
the registry.

What method can i use to check any key and value in the registry?

KS




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Retrieving Registry keys

Yes, i would like to

KS
"Bob Phillips" wrote in message
...
If you have Windows Scripting Host available, there is a simple method to
get the registry keys.

Post back if you want an example.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Kent Schederin" wrote in message
...
Hi

I am saving a key in HKEY_LOCAL_MACHINE in my own defined folder by

using
an
installation program.

With GETSETTING i can only retrieve values from the Excel or VBA entry

in
the registry.

What method can i use to check any key and value in the registry?

KS






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Retrieving Registry keys

Dim oWSH As Object

Set oWSH = CreateObject("WScript.Shell")

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


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Kent Schederin" wrote in message
...
Yes, i would like to

KS
"Bob Phillips" wrote in message
...
If you have Windows Scripting Host available, there is a simple method

to
get the registry keys.

Post back if you want an example.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Kent Schederin" wrote in message
...
Hi

I am saving a key in HKEY_LOCAL_MACHINE in my own defined folder by

using
an
installation program.

With GETSETTING i can only retrieve values from the Excel or VBA entry

in
the registry.

What method can i use to check any key and value in the registry?

KS










  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Retrieving Registry keys

Try this

http://www.rondebruin.nl/register.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Kent Schederin" wrote in message ...
Hi

I am saving a key in HKEY_LOCAL_MACHINE in my own defined folder by using an
installation program.

With GETSETTING i can only retrieve values from the Excel or VBA entry in
the registry.

What method can i use to check any key and value in the registry?

KS




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
Managing add-ins via the registry Athos Setting up and Configuration of Excel 0 February 5th 09 01:00 PM
Registry Editing R Avery Excel Programming 3 May 25th 04 12:20 AM
Value from Registry Roy Lasris Excel Programming 3 February 23rd 04 11:53 PM
Registry Tom Ogilvy Excel Programming 1 July 16th 03 01:02 AM
Registry Patrick Molloy[_4_] Excel Programming 0 July 15th 03 12:45 PM


All times are GMT +1. The time now is 09:45 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"