How do I use range with lastrow in this case?

Range(("B" & lrTest - 1):("D" & lrTest - 1)).Select
(this is what I tried, but it didn't work)

If lastrow were 26, for example, it should be Range("B25":"D25")