Hi
I have a program named ontrade from which I bring stock prices to Excel through DDE links. For example, if the name of the stock is "SHB A", I bring its ask price through the formula:
=ontrade|quote!'SHB A&SSE.ask'
But I don't want to insert the name of the stock manually in the formula. I have tried entering "SHB A" in a cell, say A1, and writing:
=ontrade|quote!' &A1 &SSE.ask'
But it doesn't work. Do anyone know how I can do this?
Bookmarks