How can i count line in Excel file and have a box it tells me how many line there is plz?

How can i count line in Excel file and have a box it tells me how many line there is plz ?

Hi @Soudios,

Firstly use Read Range activity to read excel sheet and create output variable for that activity to store output in it DT (data type Datatable)

Then use Message Box and use this —> DT.Rows.Count.ToSting - to display rowcount

Perfect thank you

utput in
[/quote]

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.