Hi tinfanide,
Those links have the Word parameter names in the left column, and their values in the adjacent column. Based on what's in the links, you'd change:
.Borders(wdBorderTop).LineStyle = wdLineStyleSingle
to:
.Borders(-1).LineStyle = 1
Quite simple, really.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|