"Write Datatable to excel" - How do I write starting at cell A3?

image

Without going to much into the details, I need to write my datatable to cell A3. Im not sure how to do so with this activity.

Hi @David_Hernandez

In destination give like this

Excel.Sheet(“Sheet1”).Range(“A3”)

1 Like

Awesome thanks, I had been doing .Cell(“A3”) :joy:

1 Like

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