Can anyone tell me what the problem is with this code snippet?
Range("D5").Formula = "=match(D6,ChTables!$A:$A,)"
Range("D7").Formula = "=OFFSET(ChTables!A1,D5,53)"
Range("D8").Formula = "=OFFSET(ChTables!A1,D5,47)"
Range("D9").Formula = "=OFFSET(ChTables!A1,D5,51)"
Range("D10").Formula =...