Chris Macro
Well-known Member
- Joined
- Nov 2, 2011
- Messages
- 1,345
- Office Version
- 365
- Platform
- Windows
I am trying to add borders to a table. If you look at the picture below, I am wanting the inside of the table to be outlined with thin lines and the outside of the table to have a thick border. I recorded a macro doing this but it gave me an absurd amount of code lines. Is there a clean way to code borders?
Excel 2007
<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Excel 2007
A | B | C | |
---|---|---|---|
4 | Mill | SAP Item # | SAP Agreement # |
5 | Escanaba | 23423 | xxx |
6 | Luke | 25235 | xcvs |
7 | Wisconsin Rapids | 43 | sdssd |
<colgroup><col style="width: 25pxpx"><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Email Contents