Hi,
I have the weirdest bug. I have a simple macro that goes like this:
Sub Update()
Application.Calculation = xlManual
ActiveWorkbook.RefreshAll
Range("A20").Select
Application.Calculation = xlAutomatic
End Sub
When I use this code, all goes well, but I later get a...