I have a registry path of the following
HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\AddinName
inside AddinName, I have a property called "LoadBehavior". I need to set this value to 3 by code whenever I execute the code.I am using Excel 2016, Can anyone help me on this?
I am unable to get access to my RegistryKey. The Registry Class is not supported for Visual Studio 2015. Is there a workaround for this?