O
O.B.1
Hi, I have so far the following code, being executed in a
for/next-loop:
Set oRange = objWordDoc.Range
oRange.InsertAfter "some text"
oRange.InsertAfter vbcrlf
oRange.InsertAfter vbtab & "again text" & vbcrlf
my question:
How can I set "some text" to appear in bold in the
document? (I'm using VB6 to create word documents)
Many thanks,
O.B.1.
for/next-loop:
Set oRange = objWordDoc.Range
oRange.InsertAfter "some text"
oRange.InsertAfter vbcrlf
oRange.InsertAfter vbtab & "again text" & vbcrlf
my question:
How can I set "some text" to appear in bold in the
document? (I'm using VB6 to create word documents)
Many thanks,
O.B.1.