No.

This formula works:

[VBA]rng.FormulaArray = "=INDEX(XREF,MATCH(B2&G2,AcctNo&CalcDate,0),10)"
[/VBA]

I am trying to get rid of the B2 and replace it with rAcctNo and get rid of G2 and replace it with rCalcDate and replace 10 with Comments. I don't want the hard coded B2 and G2 and 10.

While these will work for now, if the input sheets that the data come from have the columns "Acct No", "Calculated Date" and "Comments" move, then my code is broken at that point.