Refresh Data : Data Refresh « Excel « VBA / Excel / Access / Word






Refresh Data

 

Sub RefreshData1()
   ThisWorkbook.UpdateLink Name:="E:\your.xls", Type:=xlExcelLinks
End Sub
 

Related examples in the same category