Hi,
I have written some VBA code to insert a formula into approx 450+ cells. The formula is...
Selection.FormulaArray = _
"=INDEX(TO3!$C$1:$I$9999,MATCH($A9&$B9,TO3!$A$1:$A$9999&TO3!$B$1:$B$9999,0),COLUMNS(TO3!$C2:C2))"
This has now added about 30 mins onto my VBA update and the list is only going to get bigger, is there anything i can do to speed this up???
I have written some VBA code to insert a formula into approx 450+ cells. The formula is...
Selection.FormulaArray = _
"=INDEX(TO3!$C$1:$I$9999,MATCH($A9&$B9,TO3!$A$1:$A$9999&TO3!$B$1:$B$9999,0),COLUMNS(TO3!$C2:C2))"
This has now added about 30 mins onto my VBA update and the list is only going to get bigger, is there anything i can do to speed this up???