I\'m having a problem with a script not updating an excel file, and I reduced it to the following problem:
If I open an excel file, I can go to the Formulas tab and
Try adding a module with this in it
Sub Auto_Open() ActiveWorkbook.RefreshAll Calculate End Sub