![]() |
|
#2
|
||||
|
||||
|
Try something along the lines of:
Code:
Dim strtxt As String, Tbl As Table, Rng As Range strtxt = "SomeText" Set Tbl = ActiveDocument.Tables(1) Set Rng = Tbl.Cell(i, 3).Range With Rng .End = .End - 1 .Collapse wdCollapseEnd .Text = strtxt .Font.Bold = True End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
| Tags |
| wordvba |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Text in #1 is made bold, rest of the document is edited, text in #1 is now not bold
|
footer-assistance | Word | 1 | 06-29-2015 03:49 AM |
Macro to Insert text into the beginning on specific paragraphs unless the paragraph is blank
|
caboy | Word VBA | 2 | 04-01-2015 07:00 AM |
Macro to insert multiple pictures to word to a specific size and text wrap
|
mescaL | Word VBA | 3 | 11-03-2014 10:51 PM |
| Linking: Insert > Pictures to a specific folder location | hockfam | PowerPoint | 0 | 11-08-2012 08:09 PM |
| Create Hyperlinks from Word to specific location in PDF | sukanyae | Word | 0 | 02-25-2010 04:08 PM |