Hello Guys,
I Need to Map the data from one column to another column. Example: Consider there are two columns A and B where i need to Map the data present in B to A.
I took the ColumnName (Column B) as ColLtr_Customer and Current row in Column A as currrow and entered the formula as show below but i am getting the result as =@'B576' and correct result should be =B576
Note: I will copy the formula till last available column only for visible cells ( this formula applied only to visible cells)
I Need to Map the data from one column to another column. Example: Consider there are two columns A and B where i need to Map the data present in B to A.
I took the ColumnName (Column B) as ColLtr_Customer and Current row in Column A as currrow and entered the formula as show below but i am getting the result as =@'B576' and correct result should be =B576
Note: I will copy the formula till last available column only for visible cells ( this formula applied only to visible cells)
VBA Code:
ActiveCell.FormulaR1C1 = "=" & ColLtr_Customer & currrow