Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding favorite files boopzie99 Excel Discussion (Misc queries) 2 September 30th 09 08:22 PM
Favorite Icon Mike Excel Discussion (Misc queries) 2 December 28th 06 07:27 PM
Saving Vba Code Rick, United Kingdom Excel Discussion (Misc queries) 5 September 8th 05 08:51 PM
Favorite utilities - VBA macros? Colleyville Alan Charts and Charting in Excel 5 February 13th 05 04:49 PM
code for saving Pier Excel Programming 2 July 29th 03 12:25 PM


All times are GMT +1. The time now is 01:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"