View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Miguel Velez Miguel Velez is offline
external usenet poster
 
Posts: 1
Default Saving a Favorite from code

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