This will do it:
![]()
Sub foo() Dim l As Long For l = Cells(Rows.Count, 1).End(xlUp).Row To 2 Step -1 Cells(l, 1).Offset(1, 0).Resize(2).EntireRow.Insert Next l End Sub
This will do it:
![]()
Sub foo() Dim l As Long For l = Cells(Rows.Count, 1).End(xlUp).Row To 2 Step -1 Cells(l, 1).Offset(1, 0).Resize(2).EntireRow.Insert Next l End Sub
let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source
If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE
Walking the tightrope between genius and eejit...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks