![]() |
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 |
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 |
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 |
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 |
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 |
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 |
All times are GMT +1. The time now is 03:46 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com