I have looked at various websites and found all kinds of entries to add entries to HKLM none worked with success.
Using my spreadsheet and in VBA code I want to be able to add a key and put entries into HKLM (local machine)
(error says I do not have the permissions)
Rather than writing to HKCU for every user, I want to write the registry in HKLM so as the entries are global to the local machine.
Is there a way to programmatically allow my specific spreadsheet to have the permissions to access HKLM via Excel VBA code?
I am using Windows 7, Office 2010