S
Srini
Hello,
I have a dot file with content of 2 pages. I have divided these 2
pages into 3 sections from Menubar -> Insert -> Break -> Section break
Types -> Continuous
Now what i need to do is to BOLD the content in the second section. How
can i do this???
Tried this option but not working...
ActiveDocument.sections(2).range.bold = true
If the document is having two sections only, then this is working
ActiveDocument.sections.first.range.bold = true or
ActiveDocument.sections.last.range.bold = true
Please help me.
Thanks
Srini
I have a dot file with content of 2 pages. I have divided these 2
pages into 3 sections from Menubar -> Insert -> Break -> Section break
Types -> Continuous
Now what i need to do is to BOLD the content in the second section. How
can i do this???
Tried this option but not working...
ActiveDocument.sections(2).range.bold = true
If the document is having two sections only, then this is working
ActiveDocument.sections.first.range.bold = true or
ActiveDocument.sections.last.range.bold = true
Please help me.
Thanks
Srini