Referece: http://www.excelforum.com/showthread.php?t=602958
Dear Sir,
How to findout LastRow on every page in sheet.
Actually I want to apply following border to lastrow of every sheet page
Code:With Selection.Borders(xlEdgeBottom)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Please help