Reading from excel range

I want to copy excel range using variables as show, but it doesn’t work.
Trovato and FIne are string value like “B192” but it doesnt work

Cattura

How can I solve this?
Cattura

Hi @Gabriele_Radici

Can you try below

Excel.Sheet("Dati").Range(Trovato.ToString+":"+Range.ToString)

Cheers!!

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