View Single Post
 
Old 01-04-2016, 11:31 PM
PRA007's Avatar
PRA007 PRA007 is offline Windows 7 64bit Office 2010 32bit
Competent Performer
 
Join Date: Dec 2014
Location: Ahmedabad, Gujrat, India
Posts: 145
PRA007 is on a distinguished road
Default How to insert text at specific location as bold

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.
Reply With Quote