Hi,
I have the weirdest bug. I have a simple macro that goes like this:
When I use this code, all goes well, but I later get a sort of a reflection from one of the other worksheets in the one I am working on. This is very annoying, it typically overshadows what I am working on, especially when I input new data in tables. Here is an image showing the problem:
I would very much appreciate help with this!
/ Erling
I have the weirdest bug. I have a simple macro that goes like this:
Code:
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 sort of a reflection from one of the other worksheets in the one I am working on. This is very annoying, it typically overshadows what I am working on, especially when I input new data in tables. Here is an image showing the problem:
I would very much appreciate help with this!
/ Erling