Write DataTable to Excel

Hi,

I want my datatable to be written at spesific cell in excel. I am using modern activity but i get an error shown below.

Hi can i fix this?

HI @betulerim

Try to give like this Excel.Sheet("Sheetname")

Check out the screenshot

image

image

Instead of cell use Range Excel.Sheet("Sheetname").Range("A2")

@betulerim

1 Like

it works. thanx…

1 Like

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