WorkbookConnection.Refresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes a workbook connection.
public:
void Refresh();
public void Refresh ();
Public Sub Refresh ()
Remarks
If the DisplayAlerts property is False, dialog boxes are not displayed and the Refresh method fails with the Insufficient Connection Information exception.
A refresh failure for one connection will not have any impact on refresh operations for the other connections.