wavy underlined content

N

neurodgr

Can I access just the wavy underlined words in word grammar errors through a
(visual basic) macro?
 
J

Jonathan West

neurodgr said:
Can I access just the wavy underlined words in word grammar errors through
a
(visual basic) macro?

Hi neurodgr

The GrammaticalErrors collection is a collection of Range objects
corresponding to the wavy underlined text.
 
Top