PDA

View Full Version : Any way to include Windows Explorer Favorites in a VBA folder selection list?



SteveK32
02-17-2012, 07:29 AM
Is there any way to include Windows Explorer Favorites in a VBA folder selection list?

I have tried the BrowseForFolder function, but can find no way in BrowseForFolder to support the "Windows Explorer" Favorites list. The Favorites accessed by using BrowseForFolder option 6:
BrowseForFolder(0, "Please choose a folder", 0, 6)
is not the same list. I think that is the Internet Explorer Favorites, not the Windows Explorer Favorites.

Thanks to those who looked at my previous post. Since I had no response, I have simplified the question. Thanks for any help you can provide.