IRtdServer.RefreshData method (Excel)

This method is called by Microsoft Excel to get new data. Returns a Variant.

Syntax

expression.RefreshData (TopicCount)

expression A variable that represents an IRtdServer object.

Parameters

Name Required/Optional Data type Description
TopicCount Required Long The real-time data (RTD) server must change the value of the TopicCount to the number of elements in the array returned.

Return value

A Variant array that contains the new data.

Remarks

The data returned to Excel is a Variant containing a two-dimensional array. The first dimension represents the list of topic IDs. The second dimension represents the values associated with the topic IDs.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.