View Single Post
 
Old 12-15-2015, 07:03 AM
BobSundquist BobSundquist is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Dec 2015
Posts: 2
BobSundquist is on a distinguished road
Default 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?
Reply With Quote