I'm creating a word document with
vb.net and trying to add some text to table cell in the format of
Project: Project Name
with the "Project: " being in bold and the rest not.
However all I can find is how to make the whole range bold:
tbl.Cell(1, 1).Range.Font.Bold = True
Any help would be greatly appreciated.
Thanks
Keith