vba registry settings

The solution for “vba registry settings” can be found here. The following code will assist you in solving the problem.

‘ Place some settings in the registry.
SaveSetting appname := “MyApp”, section := “Startup”, _
key := “Top”, setting := 75
SaveSetting “MyApp”, “Startup”, “Left”, 50
‘ Remove section and all its settings from registry.
DeleteSetting “MyApp”, “Startup”

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts