A
alienscript
Hi the experts,
I have a data worksheet ranging from column A to BT and covering 6880
rows.
I have maintained a few columns in between with Sumproduct and
If(Countif()) formulas.
Whenever I insert columns and vlookup values to other worksheets, the
calculation takes very long.
I only want to leave Calculation ON for Cell A1 and turn Calculation
manually OFF for the rest of the formulas in between column B to column
BT. How am I be able to do that with VBA code ??
Formula in Cell A1 is the items-counter only.
A1=SUBTOTAL(9,C2:C6880)
I would be very very grateful if someone can help me on this matter.
Thanks so much in advance!
I have a data worksheet ranging from column A to BT and covering 6880
rows.
I have maintained a few columns in between with Sumproduct and
If(Countif()) formulas.
Whenever I insert columns and vlookup values to other worksheets, the
calculation takes very long.
I only want to leave Calculation ON for Cell A1 and turn Calculation
manually OFF for the rest of the formulas in between column B to column
BT. How am I be able to do that with VBA code ??
Formula in Cell A1 is the items-counter only.
A1=SUBTOTAL(9,C2:C6880)
I would be very very grateful if someone can help me on this matter.
Thanks so much in advance!