How to Copy specific column one excel and past it in another excel

Hi all

I have to copy specific column (A and B) & paste it in another excel sheet

can any let knw how to do this

@Sam_H
please check this one.
Transaction.xlsx (10.1 KB)
ReadSpecificColumn.xaml (7.0 KB)
your solution is ready with explanation

Thanks(please mark solution and vote if you get any help)

Hi,
Try This:
DT_Input.DefaultView.ToTable(False,“Column1”,“Column2”)

image

Sample xaml is attached.
Specific_Column.xaml (7.3 KB)

Thanks,
Muthuraj

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