Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 958 Bytes

Excel.ListObject.Refresh.md

File metadata and controls

33 lines (19 loc) · 958 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ListObject.Refresh method (Excel)
vbaxl10.chm734075
vbaxl10.chm734075
Excel.ListObject.Refresh
7827a116-0ba4-9855-e0e9-550a85d36ed3
04/30/2019
medium

ListObject.Refresh method (Excel)

Retrieves the current data and schema for the list from the server that is running Microsoft SharePoint Foundation. This method can be used only with lists that are linked to a SharePoint site. If the SharePoint site is not available, calling this method returns an error.

Syntax

expression.Refresh

expression A variable that represents a ListObject object.

Remarks

Calling the Refresh method does not commit changes to the list in the Excel workbook. Uncommitted changes in the list in Excel are discarded when the Refresh method is called.

[!includeSupport and feedback]