Но если я правильно понял что вы хотите, то можно проще:
Sub Format_Cells()
For i = 7 To 12
With Selection.Borders(i)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Next
Selection.RowHeight = 12.75
End Sub
Sub Format_Cells()
For i = 7 To 12
With Selection.Borders(i)
.LineStyle = xlContinuous
.Weight = xlThin
.ColorIndex = xlAutomatic
End With
Next
Selection.RowHeight = 12.75
End Sub
ICQ 414884755