.Range("G8:G" & lig).Borders(xlEdgeBottom).Weight = xlThin
.Range("G8:G" & lig).Borders(xlEdgeBottom).ColorIndex = xlAutomatic
.Range("G8:G" & lig).Borders(xlEdgeRight).LineStyle = xlContinuous
.Range("G8:G" & lig).Borders(xlEdgeRight).Weight = xlThin
.Range("G8:G" & lig).Borders(xlEdgeRight).ColorIndex = xlAutomatic
'.Range("G8:G" & lig).Borders(xlInsideVertical).LineStyle = xlContinuous
'.Range("G8:G" & lig).Borders(xlInsideVertical).Weight = xlThin
'.Range("G8:G" & lig).Borders(xlInsideVertical).ColorIndex = xlAutomatic
.Range("G8:G" & lig).Borders(xlInsideHorizontal).LineStyle = xlContinuous
.Range("G8:G" & lig).Borders(xlInsideHorizontal).Weight = xlThin
.Range("G8:G" & lig).Borders(xlInsideHorizontal).ColorIndex = xlAutomatic
Partager