This is a continuation to my thread started in the general forum (HERE) that has transformed into a macro question.
I am using a DDE server to pull stock/option quotes into my spreadsheet. I am able to call to the server and symbols directly 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.
INDIRECT/INDIRECT.EXT cell referencing doesn't work (#REF! error), so I am curious if it's possible to create a macro that will create the correct formula and update cells from the DDE links.
Any ideas?
Bookmarks