View Single Post
 
Old 01-16-2016, 02:47 AM
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 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)
Reply With Quote