View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AGnes AGnes is offline
external usenet poster
 
Posts: 7
Default 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