i having a problem here and is it possible to call rowCount in the formula of RC ( row & column ) ?
Dim rowCount As Long
Sheets("VBAResult").Select
Columns("A:A").Select
rowCount = Selection.Count
Columns("E:E").Select
Selection.SpecialCells(xlCellTypeBlanks).Select
Selection.FormulaR1C1 = _
"=IF(ABC!R[rowCount]C[-3] <> """",ABC!R[rowCount]C[-3],"""")"