Save to, Read from, Delete registry key

Save into registry, read from registry or delete a key.
Accessible to only branch below not all registry
Computer\HKEY_CURRENT_USER\Software\VB and VBA Program Settings

CodeFunctionName
What is this?

Public

Tested

Original Work
Saving into registry, reading from registry, or delete
Computer\HKEY_CURRENT_USER\Software\VB and VBA Program Settings

' Syntax:
' SaveSetting "Program name", "Section name", "Key" , "Value"
' Example:
SaveSetting AppName, SetSec, Set2Key, L + 1

' Syntax:
' DeleteSetting "Program Name", "Section Name", "Key"
' Example:
DeleteSetting AppName, SetSec, Set1Key

' Syntax:
' GetSetting("Program Name", "Section Name", "Key")
' Example:
YD = GetSetting(AppName, SetSec, Set1Key, 0)

"Program name", "Section name", "Key" , "Value"
Or
"Program Name", "Section Name", "Key"

Views 2,033

Downloads 763

CodeID
DB ID