Can anyone help me how to insert a column in between 2 columns.
I want to insert a column between ADDRESS and EMAIL. New column name will be DUMP and i need to fill the value 50 to entire column.
AMOUNT column i need to multiply with 100 and write in the same column.
Hi @Krishna_Raj thanks. i will try this. I’m looking to skip for each row activity because my data is not constant if i get huge data it may give issue. Let me try this once.
Hi @vrdabberu thanks for the code. Let me try this. I should use only column name because sometimes names may shuffled. I will try to modify this and I’m using VB. If this works fine i will mark this as solution.