![]() |
#7
|
||||
|
||||
![]()
Hi Jennifer,
For the font, you need to use: .Range.Font.Name = "Calibri" For the borders, I deleted the reference to 'Selection.Tables(1)'. I don't get any errors with: Code:
If SettingHeaderBorderOff Then 'Turn all but bottom border off With .Rows(1) .Borders(wdBorderTop).LineStyle = wdLineStyleNone .Borders(wdBorderLeft).LineStyle = wdLineStyleNone .Borders(wdBorderRight).LineStyle = wdLineStyleNone .Borders(wdBorderVertical).LineStyle = wdLineStyleNone .Borders(wdBorderDiagonalDown).LineStyle = wdLineStyleNone .Borders(wdBorderDiagonalUp).LineStyle = wdLineStyleNone End With End If
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
KIM SOLIS | Excel | 2 | 11-04-2011 06:09 PM |
![]() |
RBusiness | Word | 1 | 06-07-2011 04:26 PM |
![]() |
b0x4it | Word VBA | 2 | 05-26-2011 06:25 AM |
Table - Check Boxes - Create Select All | lajohn1963 | Word Tables | 2 | 09-25-2010 11:18 AM |
![]() |
Styler001 | Word | 4 | 01-25-2010 06:40 PM |