How about:
In the ThisWorkbook code section:
And in a standard module:![]()
Private Sub Workbook_Open() PeriodicUpdate End Sub
The .calculate should envoke a refresh. Please reply with results as this is untested.![]()
Sub PeriodicUpdate() With Application .Calculate .OnTime Now + TimeValue("00:05:00"), "PeriodicUpdate" End With End Sub
Bookmarks