xlLineStyle |
| Specifies the line style for the border. |
| xlContinuous | First style in the list (1) |
| xlDash | Second style in the list (-4115) |
| xlDashDot | Fourth style in the list (4) |
| xlDashDotDot | Fifth style in the list (5) |
| xlDot | Third style in the list (-4118) |
| xlDouble | -4119 |
| xlLineStyleNone | -4142 |
| xlSlantDashDot | 13 |
| xlContinuous |
| First style in the list (1) |
| xlDash |
| Second style in the list (-4115) |
| xlDashDot |
| Fourth style in the list (4) |
| xlDashDotDot |
| Fifth style in the list (5) |
| xlDot |
| Third style in the list (-4118) |
| xlDouble |
| -4119 |
| xlLineStyleNone |
| -4142 |
| xlSlantDashDot |
| 13 |
| REMARKS |
| * Range("A1").Borders(xlEdgeTop).LineStyle = xlLineStyle.xlContinuous * Sixth style in list (4125) * Seventh style in list (4126) * Eigth style in list (4124) |
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top