Glory
Well-known Member
- Joined
- Mar 16, 2011
- Messages
- 640
I can find the registry key that's changed when the default font size is changed at this registry path:
But there's a problem! The registry key's value only changes if the "Windows and Buttons" dropdown on the same tab of the "Appearance" control panel window is set to "Windows Classic". If that dropdown is set to "Windows XP", then the value of the "Current" registry key is always an empty string.
If I could just check the value of this setting I could solve this userform problem:
http://www.mrexcel.com/forum/showthread.php?t=551190
Can anyone help me figure out what registry key is linked to this setting?
Code:
H_KEY\CURRENT_USER\Control Panel\Appearance\Current
But there's a problem! The registry key's value only changes if the "Windows and Buttons" dropdown on the same tab of the "Appearance" control panel window is set to "Windows Classic". If that dropdown is set to "Windows XP", then the value of the "Current" registry key is always an empty string.
If I could just check the value of this setting I could solve this userform problem:
http://www.mrexcel.com/forum/showthread.php?t=551190
Can anyone help me figure out what registry key is linked to this setting?