How to give multiple styles while inserting string
While parsing I get three different string and I want to format them as below.
.Text = "Title" (style = heading 2) & vbcr
.text = strtxtT(style = heading 3) & vbcr
.text = StrtxtD(style = normal, bold = False)
.text = strtxtN(style = normal, bold = True)
|