Cross posted at Access World.
http://www.access-programmers.co.uk/...d.php?t=182552
This is a sample structure.
The text in orange is the Section Name, the text in violet is the Key.HKEY_CURRENT_USER\Software\VB and VBA Program Settings\GeoMeasure\CMM Data\SomeKey
Writing to and reading from the registry is easy to do, determining if a "Key" exists is not so easy.
In this case the string "HKEY_CURRENT_USER\Software\VB and VBA Program Settings" will always be the same, its the standard naming thru VBA.
How can I find out if a specific Key exists in "HKEY_CURRENT_USER\Software\VB and VBA Program Settings"?
FYI
There is an example for "IsBroken" but it appears to be for file association only.
Bookmarks