R
Rod Speed
I want to be able to have the sheet automatically
recalculate when it gets the focus from outside Excel.
I have tried
Private Sub Worksheet_Activate()
Worksheets("progress").Calculate
End Sub
That does do a recalc when you change from one sheet
to another in an Excel 2003 workbook, but it doesn't
recalculate when you switch to Excel from outside Excel.
recalculate when it gets the focus from outside Excel.
I have tried
Private Sub Worksheet_Activate()
Worksheets("progress").Calculate
End Sub
That does do a recalc when you change from one sheet
to another in an Excel 2003 workbook, but it doesn't
recalculate when you switch to Excel from outside Excel.