VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Better Synonym Checker Revisited

by Rde (54 Submissions)
Category: Microsoft Office Apps/VBA
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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

Download A Better Synonym Checker Revisited

Download A Better Synonym Checker Revisited (1 KB)

A Better Synonym Checker Revisited Comments

No comments have been posted about A Better Synonym Checker Revisited. Why not be the first to post a comment about A Better Synonym Checker Revisited.

Post your comment

Subject:
Message:
0/1000 characters