aravindh8686
New Member
- Joined
- Oct 31, 2018
- Messages
- 5
Hi
I am searching for a VBA that will perform to copy the last cell data in a column "A" and paste the same above all the cells in that same column "A" in that same worksheet. Kindly help. I have provided a format here.
I need to do this operation for 100 + files . So kindly provide some automation to do this.
At present:
Column A
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015<-----Last cell data(copy it)
My requirement
Column A
015<-----Paste over all the cell in that column A
015
015
015
015
015
015
015
015
015
015
015
015
015
015
I am searching for a VBA that will perform to copy the last cell data in a column "A" and paste the same above all the cells in that same column "A" in that same worksheet. Kindly help. I have provided a format here.
I need to do this operation for 100 + files . So kindly provide some automation to do this.
At present:
Column A
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015<-----Last cell data(copy it)
My requirement
Column A
015<-----Paste over all the cell in that column A
015
015
015
015
015
015
015
015
015
015
015
015
015
015