I currently have an excel database in which starting from position “J24” I must write the content of a column that I have, for example Dt_Test.Column(“Column1”), how can I copy all the values that I have in my Column1 to my excel document starting from position “J24”?
copy / limit dt_Test to only Column1 - dtLimited
us a write range with offeset Range A24 and write out dtLimited
what would be the best way to create a single datatable from a column? Is there any activity to copy the entire column?
filter datatable activity
limiting the cols on column tab
use for output another variable
1 Like
Thank you!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.