Lookup and Reference - RTD Function



Description

The RTD function retrieves real-time data from a program that supports COM automation.

Syntax

RTD (ProgID, server, topic1, [topic2] ...)

Arguments

Argument Description Required/ Optional
ProgID

The name of the ProgID of a registered COM automation add-in that has been installed on the local computer.

Enclose the name in quotation marks.

Required
server

Name of the server where the add-in should be run.

If there is no server, and the program is run locally, leave the argument blank.

Otherwise, enter quotation marks ("") around the server name.

When using RTD within Visual Basic for Applications (VBA), double quotation marks or the VBA NullString property are required for the server, even if the server is running locally.

Required
Topic1, topic2, ...

Topic1 is required, subsequent topics are optional. 1 to 253 parameters that together represent a unique piece of real-time data.

Topic1 Required Other Topics Optional

Notes

  • The RTD COM automation add-in must be created and registered on a local computer. If you have not installed a real-time data server, the RTD function returns the #NAME? error message in a cell when you try to use the RTD function.

  • When the server has been programmed to continually update results, unlike other functions, RTD formulas will change when Microsoft Excel is in automatic calculation mode.

Applicability

Excel 2007, Excel 2010, Excel 2013, Excel 2016

Example

RTD Function
advanced_excel_lookup_reference_functions.htm
Advertisements