hi all

i am using vb.net 2005 with office 2003

i want to identify the word having different font style

let's take an example

i have a word
Code:
best
in this word all font style is same means normal

but in this
Code:
best
the letter
Code:
s
is bold

so i have to identify those words from my para having different font style
how can i find them ???

if i try for fornt.Bold thenit returns me False (0) if the number of chrar's are less in word

what can do ???

thankx in advance
koolprasad2003