You could try forcing a re-calculation when you workbook opens by inserting the following code into the ThisWorkbook tab in the VBA editor (Alt F11).
![]()
Private Sub Workbook_Open() Calculate End Sub
You could try forcing a re-calculation when you workbook opens by inserting the following code into the ThisWorkbook tab in the VBA editor (Alt F11).
![]()
Private Sub Workbook_Open() Calculate End Sub
Martin
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks