Find Last Row of Column "A" +1 row and paste 4 columns to the right

jaguinaga

New Member
Joined
Aug 10, 2021
Messages
21
Office Version
  1. 365
Platform
  1. Windows
AB1234
5678cb
876A[EMPTY][EMPTY]
[LAST ROW +1][LAST ROW +1][LAST ROW +1][LAST ROW +1][Paste Data]

Hello, I am trying to find the last row of a column + one additional row to paste values below. I need to be able to find the last row of column 1 and paste in column 4. The issue I run into is that the last row does not always end in the same place for each row, but the pasting of data needs to line up. Any suggestions?

Currently use this which works as long as everything ends at the same row.

'lastRow = ActiveSheet.Cells(Rows.Count, "A").End(xlUp).Row + 1
'Range("A" & lastRow).Select
'Selection.PasteSpecial Paste:=xlPasteValuesAndNumberFormats
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Where is the pasted data coming from? And will you always be looking in column A for the last row? And is the destination column 4 (which would be column D from A) or 4 columns away (which would be column E from A)?
 
Upvote 0

Forum statistics

Threads
1,215,096
Messages
6,123,074
Members
449,093
Latest member
ripvw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top