Hey, Im trying ot write some vba code to check for disabled items.
For some reason im having a tough time populating
HKEY_CURRENT_USER\Software\VB and VBA Program Settings
in the registry editor with a file to test my new learning assignment. So i want to ask before i continue to google for clues.
If i wanted to check if the current workbook had disabled items. I could do that by using the
GetSetting(appname, section, key[, default]) function? Or do i have to look elsewhere? such as
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Resiliency\DisabledItems
albeit i currently do not have that in my resiliency.
So im currently without a lead to tinker with.
Thanks for your wisdom.
For some reason im having a tough time populating
HKEY_CURRENT_USER\Software\VB and VBA Program Settings
in the registry editor with a file to test my new learning assignment. So i want to ask before i continue to google for clues.
If i wanted to check if the current workbook had disabled items. I could do that by using the
GetSetting(appname, section, key[, default]) function? Or do i have to look elsewhere? such as
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Excel\Resiliency\DisabledItems
albeit i currently do not have that in my resiliency.
So im currently without a lead to tinker with.
Thanks for your wisdom.