Saving a Favorite from code

  • Thread starter Thread starter Miguel Velez
  • Start date Start date
M

Miguel Velez

I'm writing a macro which needs to do various things. One
of them is to same a "Favorite" to a particular link. The
link goes something like this:

"http://serverid.domain.area.net:7781/forms90/f90servlet?
config=bfoc&form=issz003.fmx"

Does anyone know if this can be done using VBA in Excel?
If so, how?

Any help will be greatly appreciated.


Miguel
 
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
 
Back
Top