View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Colo[_91_] Colo[_91_] is offline
external usenet poster
 
Posts: 1
Default Saving a Favorite from code

Hello Miguel,

Does the word "Favorite" mean the "Favorite" of ie?
If so, it can be done with WHS(Windows Script Host) an
FSO(FileSystemObject).
You can get "Favorite" folder something like this.

Code
-------------------

Dim WSH As New WshShell
GetFavorites = WSH.SpecialFolders("Favorites")

-------------------


--
Message posted from http://www.ExcelForum.com