View Single Post
 
Old 03-10-2020, 05:09 AM
SamDsouza SamDsouza is offline Windows 10 Office 2013
Advanced Beginner
 
Join Date: Aug 2019
Posts: 71
SamDsouza is on a distinguished road
Default

Sir, thank you so much Indeed your inputs and guidance were really helpful.
I achieved what i desired and the page representation has come really beautifully and correctly. With your strong suggestion will use template.

My last question on this thread as coding has gone much more into it.
How about proper reference or syntax in footernote with its respective paragraph number have few characters bold in them.

I used the following No Error but nothing displayed in as bold was not triggered. I feel somewhere i've not given proper reference
Code:
Dim rngCharcs As Object
Set rngCharcs = wdDoc.Sections.First.footers(wdHeaderFooterPrimary).Range   
 rngCharcs(rngCharcs.Paragraphs(1).Range.Characters(1).Start, rngCharcs.Paragraphs(1).Range.Characters(10).End).Font.Bold = True
SamD
Reply With Quote