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

How can I solve this?

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

How can I solve this?

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.