J
John
With Excel and VBA, as soon as you add a formula to a cell this updates the
screen. Does anyone know a way around this?
E.g..
with Application
.Screenupdating = False
.range("a1").Formula ="=sum(a2:a4)"
.range("b1").Formula ="=sum(b2:b4)"
In the example above the screen updates after adding in the formula to cell
"A1"
Any ideas from anyone would be appreciated.
screen. Does anyone know a way around this?
E.g..
with Application
.Screenupdating = False
.range("a1").Formula ="=sum(a2:a4)"
.range("b1").Formula ="=sum(b2:b4)"
In the example above the screen updates after adding in the formula to cell
"A1"
Any ideas from anyone would be appreciated.