Can anybody help me in,
i have a datatable with multiple columns in sheet 1. I want to copy column one by one and place at a different position in sheet 2. Sy i have column A,B,C,D in sheet one i have to paste these columns in sheet 2 s A->C, B->Z,C->k,D->L.
Use read range and use excel application scope and use select range as “A1:A100”
use send hot key as ctrl+c and ctrl+v and use excel application scope and use select range and use ctrl+v
@Shikhar_Tandon You can use Filter Datatable Activity to keep the Columns you need , in the order you need it I guess this will solve most of the problems