R
RobGMiller
Word 2003
How to select only a portion of all text in a table cell and bold it
programatically using VBA?
the Cell was filled programtically in the following manner
Doc.Tables(1).Cell(10, 1).Range.InsertAfter "some text - bolded text"
Thanks,
How to select only a portion of all text in a table cell and bold it
programatically using VBA?
the Cell was filled programtically in the following manner
Doc.Tables(1).Cell(10, 1).Range.InsertAfter "some text - bolded text"
Thanks,