B
bvijayfriend
Hi,
I could not apply any tag in footnote area of an word document thru VB
DLL automatically.
Steps i followed:
I have loaded sample xsd in word 2003.
Based on the xsd, i have to programatically search and replace the
bold text to tags i.e., "<bold>sample text</bold>".
I found except in footnote area this code is working fine.
Also, i have noticed the xmlnamespace is not available in footnote
pane.
CODE I AM USING:
If Selection.InRange(activeDocfnRng) = True Then
Selection.XMLNodes.Add "bold", "xsd_test"
endif
Any idea to get rid of this problem.
regards
Veeraraghavan.
I could not apply any tag in footnote area of an word document thru VB
DLL automatically.
Steps i followed:
I have loaded sample xsd in word 2003.
Based on the xsd, i have to programatically search and replace the
bold text to tags i.e., "<bold>sample text</bold>".
I found except in footnote area this code is working fine.
Also, i have noticed the xmlnamespace is not available in footnote
pane.
CODE I AM USING:
If Selection.InRange(activeDocfnRng) = True Then
Selection.XMLNodes.Add "bold", "xsd_test"
endif
Any idea to get rid of this problem.
regards
Veeraraghavan.