RTD
Retrieves real-time data from a program that supports COM automation
Syntax
RTD(ProgID, server, topic1, [topic2], ...)
Parameters
- ProgID: Required. The name of the ProgID of a registered COM automation add-in that has been installed on the local computer
- server: Required. The name of the server where the add-in should be run. Use empty string for local
- topic1: Required. A unique piece of data to identify a data value
- topic2: Optional. Additional topic values
Example
=RTD("MyAddin.RTDServer", "", "MSFT", "Price")