Private Declare Function GetSpecialFolderPath Lib "shell32.dll" _ Alias "SHGetSpecialFolderLocation" (ByVal hwndOwner As Long, _ ByVal nFolder As Long, ByRef psidl As Long) As Long Private Declare Function SHGetPathFromIDList Lib "shell32.dll" _ &nbs ...