This page explains how to have access to market quotes using QuoteLink through Microsoft Excel
QuoteLink wizards paste worksheet formulas on to the spreadsheet. These formulas do the real work themselves by connecting to the underlying framework. For level 1 formulas have 3 parameters the ticker, the field and the feed abbreviation.
=P("CSCO", "LAST", "MSN")
Feed abbreviations are defined when the feed is configured. QuoteLink supports many feeds either directly or indirectly each feed is identified by its abbreviation. If no abbreviation is given as the third argument in a formula the default feed is used.
The quotes menu used above is implemented using a predefined spreadsheet called wizard (the way these wizards work is not far from that of the Excel templates with the difference that they act in ranges of cells rather then on full documents). The predefined examples are simple examples showing common used fields(LAST, BID, ASK,…) of general interest. QuoteLink offers the possibility to create your own wizards (see documentation) and list them on the menu for fast and repeated use.
To start the best way, always keep in mind that wizards are just a means to paste formatted formulas into the cells. In their turn these formulas will, when evaluated by Excel, retrieve the data from the servers. The power of custom wizards is that you can add not only any of the fields you are interested in (and there are quite a lot for richer sources) but also your own formulas, by combining them.
Off course you could simply type =P(“MSFT”,”LAST”,”MSN”) or =P(“MSFT”,”LAST”) (to use the default feed) in a cell or use copy, paste, macros, VBA or any way of creating formulas in Excel. Function parameters might be cell references. Many users prefer this technique specially when using already existing or complex spreadsheets.
Once the quote list is shown, you'll probably want to use the following handy shortcuts:
You can easily create your own wizards and add them to the menus for easy access Creating quote lists with wizards