Ruddles
Well-known Member
- Joined
- Aug 24, 2010
- Messages
- 5,851
- Office Version
- 365
- Platform
- Windows
Hi Everyone,
I know how to change the audio volume level setting using VBA by sending the VK_VOLUME_UP and VK_VOLUME_DOWN codes to the virtual keyboard, but my code also needs to know what the actual level is.
I've been trying to persuade The Google to tell me but haven't even got as far as having some code to try out. I guess if I could find out where the audio volume level setting is stored in the Windows 11 Registry, that would be a good start... but no joy so far.
Does anyone know how read the audio volume level setting? Or just point me to the place in the Registry where it's stored?
Thanks in advance,
R.
I know how to change the audio volume level setting using VBA by sending the VK_VOLUME_UP and VK_VOLUME_DOWN codes to the virtual keyboard, but my code also needs to know what the actual level is.
I've been trying to persuade The Google to tell me but haven't even got as far as having some code to try out. I guess if I could find out where the audio volume level setting is stored in the Windows 11 Registry, that would be a good start... but no joy so far.
Does anyone know how read the audio volume level setting? Or just point me to the place in the Registry where it's stored?
Thanks in advance,
R.