How to move a column 1 step Ahead every time when we run the program

image

So I have a simple column like this in a excel. So what I want to do is every time I run the program the column should get cut pasted in the next column

So eg - currently the data is in column A next time I run the program the data should be there in B column like this

image

Next time I run the data should be seen in C column and So in

Kindly suggest What can be done here

@Ishan_Shelke

Construct a blank datatable with one column…and use insert column activity and give the position as the first position

Cheers

Hi,
Thank you for your response

What If I had 3 columns like this :

image

and only wanted to move the change column 1 step ahead, then what would be the changes ?

You should change that position as 3

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