when I add new row table border should extend automatically..
*For the following code, border is only for 10 rows...
With xlApp.ActiveSheet.Range("A1:D10")
.BORDERS(xlEdgeLeft).Weight = 2
.BORDERS(xlEdgeTop).Weight = 2
.BORDERS(xlEdgeBottom).Weight = 2
.BORDERS(xlEdgeRight).Weight = 2
End With
If i add row from asp page,border still ll be in 10th row..
I expect dt border shd come to 11th row