VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Better Synonym Checker Revisited

Rde  (54 Submissions)   Microsoft Office Apps/VBA   Beginner   Wed 3rd February 2021

This is an extension of 'A Better Synonym Checker' submission by Zaphod that can be found at www.vbcoders.com/vb/scripts/ShowCode.asp?txtCodeId=32832&lngWId=1 ...
His SynonymCheck method keeps M$ Word hidden, and does NOT require the M$ Word 9 Object Library ...
This 4k class contains the following functions: GrammarCheck, SpellCheck, SynonymCheck, SpellCheckResults, SynonymCheckResults ...
The last two do NOT display an M$ dialog box, but return an array of possible results ...

API Declarations
Private cMsWord As cMsSpell
'
Set cMsWord = New cMsSpell
'
s = "check tis words" & vbCrLf & _
"some more textt"
'
Debug.Print cMsWord.SpellCheck(s)

Rate A Better Synonym Checker Revisited (3(3 Vote))

Download A Better Synonym Checker Revisited

A Better Synonym Checker Revisited Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters