How to replace WordBasic.AutoCorrectNow in an old macro?
I am importing some old Word macros for use in Word 2013. One of them has the statement:
WordBasic.AutoCorrectNow
which is no longer recognized in Visual Basic. This statement would evaluate the word to the left of the cursor position and if it matched an autocorrect template would do the autocorrection. How can I do Autocorrect in New Visual Basic?
|