Below is my excl data:
A B c ... F G
1 test vb1 testing1 open
2 test1 vb2 testing1 close
2 test2 vb3 testing1
4 test3 vb4 testing1
I want to move F column data to B column and shift B column data to right; so before B will be C.
How can I do with this using Excel VBA programming?
Try this:
To use this:
You can then execute the code from Excel: Tools > Macro… > Macros…
[EDIT] Another try without copy-pasting