hello,
i'd like to copy "b1:b3" then autofill till the last row of column "a" without it being sequential on the numbers and fill in the last 2 blank rows of the last data cell of "a", the 1st attachment (columnsample) shows what this code keeps doing:
![]()
Sub Step2Add_New_Column() ' ' Step2Add_New_Column Macro ' ' Dim lrow As Long lrow = Cells(Rows.Count, 1).End(xlUp).Row Range("B1:B3").autofill Destination:=Range("B1:B" & lrow), Type:=xlFillDefault End Sub
i'd like it to look like the 2nd attachment (columnsample1) i have files that have 3000 lines and i'd like to save time to just run a macro instead of manually copying and pasting. appreciate the time/help in advance!
Bookmarks