I am rather new to VBA with excel and
am wondering about cell referencing. I recorded a macro and in one of
the cells I clicked on it presented the formula in the code. The
notation was different then anything I had seen before, R[]C[]
notation. It seems simple in that R[10]C[4] should reference the cell
in row 10 column 4 but it doesn't always seem to match up. Is it a
relative referencing? Or an absolute?