How to copy a column from one excel file to another excel file?

Hi @Sidney_Vogel,

I would like to share another way with you

1.Read Range from file that you want to copy (Range “”)
2.Count row by assign rowCount = dt.Rows.Count
3.Read Range with (Range “A”+rowCount.toString)
4.Write Range

Please refer as below attachment:
CopyExcel.zip (24.2 KB)

I hope it will be useful to you :smiling_face_with_three_hearts: