Results 1 to 9 of 9

DDE link syntax

Threaded View

  1. #1
    Registered User
    Join Date
    03-02-2009
    Location
    Chicago
    MS-Off Ver
    Excel 2003
    Posts
    10

    DDE link syntax

    I am using a DDE server to pull stock/option quotes into an excel spreadsheet. I am able to call to the server and symbols by using this formula:

    =STIDDE|Q!'MSFT,1'

    STIDDE = server
    Q! = quotes
    MSFT = Microsoft
    1= field type (1 = Last Price, 2 = Bid, 3 = Ask, etc)

    My problem comes when trying to automate the formula so that the 'field type' cells change with a change in the stock symbol.

    Example:
    Stock Symbol MSFT is in cell C27, the price (=STIDDE|Q!'MSFT,1') in cell C28.

    One of my many attempts was changing C28 to =STIDDE|Q!'$C27&",1"' (wrong! )

    What is the correct syntax to add the result of cell C27 into the formula in C28?
    Last edited by stack; 03-02-2009 at 04:50 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1