RTD formula

B

ben

Hi
I have a function that returns the following string
=REUTER|IDN!'VOD.L,LAST'
I want Excel to enforce calcuation of this RTD formula and not treat it
as a string.
How can I do that ?
Thanks
B
 
J

John.Greenan

That's a DDE formula, not an RTD formula. If you mean DDE rather than RTD
then the answer is to check the cell formatting - it should be general.
Switch to general and then edit the cell and it should start the Reuters
local DDE server.

If that does not work then you should post back.
 
M

MaC

In Excel VBA you can use RUN command to run any macro, e.g.
Run "REUTER"

Obviously, you can replace function name by any string, which is correct
macro or function/sub name.

Good luck!
MarioC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top