![]() |
|
#2
|
||||
|
||||
|
Quote:
http://www.dummies.com/how-to/conten...word-2013.html http://www.dummies.com/how-to/conten...word-2010.html http://www.addbalance.com/usersguide/styles.htm Quote:
Code:
.Range.Font.Name = "Times New Roman"
.Range.Font.Size = 10
.Range.ParagraphFormat.Alignment = wdAlignParagraphCenter
Code:
.Range.Style = "Tbl" • Name = "Times New Roman" • Size = 10 • Bold = True • Alignment = wdAlignParagraphLeft you could replace: Code:
.Range.Style = "Strong"
.Range.ParagraphFormat.Alignment = wdAlignParagraphLeft
Code:
.Range.Style = "TblHdr"
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
VBA Word - Format ALL Tables - Apply Specific Formatting to Sets of Columns – Font, Border & Width
|
jc491 | Word VBA | 10 | 11-04-2015 04:02 PM |
| Export calendar events from multiple calendars with specific title | rasmus | Outlook | 0 | 02-06-2015 01:58 AM |
| Formatting contents after Tab of continuous lines or formatting specific area of word | pawii | Word | 1 | 05-12-2014 05:24 AM |
| formatting specific area of word like we do in office star application | pawii | Word | 0 | 05-06-2014 08:41 AM |
True Title Case for First Row of All Tables
|
Marrick13 | Word VBA | 14 | 12-11-2013 09:12 PM |