Question Word AddIn events

gh9090

New member
Joined
Oct 13, 2009
Messages
4
Programming Experience
Beginner
I'm using Visual Studio 2008 and vb to create a Word AddIn

How would I use the Word object model to do the following

WHEN a Word User types a word I want my AddIn to
substitute for that word - just like AutoCorrect does

HOWEVER, I can't find any event for recognizing the
SPACE character as the user types and how to define a
Range object for that just-typed word and make the
substitution
 
Back
Top