You were finding the last row with data in and then going to the one below.
makes it populate C6![]()
lRow = ws.Cells(Rows.Count, 1).End(xlUp).Row
You were finding the last row with data in and then going to the one below.
makes it populate C6![]()
lRow = ws.Cells(Rows.Count, 1).End(xlUp).Row
If someone has helped you then please add to their Reputation
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks