Using Excel, set row number as a varriable

Hi @MetaCake

In the cell field give like below,

Excel.Sheet("Sheet1").Cell("A"+Row_Number.toString)

Hope it helps!!