find last row, add "Total" in col B & border
I want to find the last row in a worksheet, then add the text "Total" under
column B, and add a border from column C thru O:
..Borders(xlEdgeBottom)
..LineStyle = xlDouble
How can I select the range?
-Agnes
|