Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Managing add-ins via the registry | Setting up and Configuration of Excel | |||
Registry Editing | Excel Programming | |||
Value from Registry | Excel Programming | |||
Registry | Excel Programming | |||
Registry | Excel Programming |