Do you need it to be in one line?
Lastrow = ws.cells(1,2).end(xlDown).row
ws.Range("B" & LastRow,"D" & LastRow)
...but that can be combined into one line.

There are many ways to do that.