Share via


RTD.RefreshData Method

Requests an update of real-time data from the real-time data server.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub RefreshData
'Usage
Dim instance As RTD

instance.RefreshData()
void RefreshData()

Remarks

Avoid using the RefreshData method in user-defined functions because this method will fail if it is called during recalculation.

See Also

Reference

RTD Interface

RTD Members

Microsoft.Office.Interop.Excel Namespace