VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

MsSpellCheckstring : string

Eric Russell  (1 Submission)   String Manipulation   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

This short and sweet function accepts a string containing text to be
spell checked, checks the text for spelling using MS Word automation,
and then returns the processed text as a string. The familiar
MS Word spelling dialog will allow the user to perform actions such
as selecting from suggested spellings, ignore, adding the word to a
customized dictionary, etc.

Inputs
String - Text to be checked for spelling

Assumes
You need to have Microsoft Word95 or higher installed on the PC. Just place the function in a project module or the general declaration section of a form.

Returns
String - Text after modification by user from the Word spell checking dialog.

Side Effects
There are no known side effects.

API Declarations

Rate MsSpellCheckstring : string (3(3 Vote))
MsSpellCheckstring : string.bas

MsSpellCheckstring : string Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters