April 2006
Beginner
1114 pages
98h 16m
English
workbook.UpdateFromFile
For workbooks opened as read-only, updates the open workbook with the most recent version saved to disk. Causes an error if the workbook is not read-only. The following code updates a read-only workbook:
If ThisWorkbook.ReadOnly Then _
ThisWorkbook.UpdateFromFileRead now
Unlock full access