Write data in the first empty row

@Muthulakshmi_Thangamuthu -

  1. Read Range - call the datable as Dt Say.
  2. Assign IntRowcount = Dt.rows.count.tostring. This will give 3…
  3. So inorder to write in the first empty row…you have to “A” + (Introwcount+2).tostring or “B” + (Introwcount+2).tostring
2 Likes