Hi, my robot searches for the first empty row using Find First/Last Data Row activity and enters the text using sentences: Excel3.Sheet(“Sheet1”).Cell(“A” & firstemptyrow.tostring())
But if excel is empty or there are only headers then an error appears: The range A0 does not exist.