An undocumented feature of the GetSetting, SaveSetting, and DeleteSetting functions is that you can use paths. For example, to save to HKEY_LOCAL_USER\Software\VB and VBA Program Settings\MyApp\SubFolder\MiniFolder to the key "x" with a value of "2", say:
Code:
SaveSetting App.Title, "SubFolder\MiniFolder", "x", "2"