I searched but cold not find how to do this.
I want to insert the string as bold in the specific location of the word table.
for example something like this.
Code:
strtxt = "SomeText"
Set Rng = Tbl.Cell(i, 3).Range
Rng.InsertAfter strtxt (as bold)
I could not figure out how to do the last line.