I can read from other entries within HKLM\SOFTWARE\Microsoft with no problem, but if I go into Office or go deeper (using code) I receive an error.
Run-time error '-2147024894 (80070002)';
Unable to open registry key "HKLM\SOFTWARE\Microsoft\Office" for reading.
Does Microsoft have this blocked so I can not be read using VBA ???
Basically ... this is what I'm using.
Dim WshShell As Object
Set WshShell = CreateObject("WScript.Shell")
MsgBox WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Office")
Set WshShell = Nothing
Thanks for any help on this,
RDH
Run-time error '-2147024894 (80070002)';
Unable to open registry key "HKLM\SOFTWARE\Microsoft\Office" for reading.
Does Microsoft have this blocked so I can not be read using VBA ???
Basically ... this is what I'm using.
Dim WshShell As Object
Set WshShell = CreateObject("WScript.Shell")
MsgBox WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Office")
Set WshShell = Nothing
Thanks for any help on this,
RDH