Advertisement
4_2005-2006 Microsoft Office Apps/VBA #155766

AA ***Making an Spelling Checker with VB and Word Updated

One of Word's most commonly used features is the ability to check spelling. Word encapusulates this functionality into two methods: CheckSpelling and GetSpellingSuggestions. The GetSpellingSuggestions method is memember function of the Application and range object in Word. CheckSpelling is a member function of Application, Range, and Document object.we can use CheckSpelling to determine whether a word is spelled correctly. If a word is misspelled, we can use the GetSpellingSuggestions method to retune a collection of SpellingSuggestion object for the misspelled word. This program also have a good example of using StatusBar, imagelist and toolbar A vary nice program for Beginners. You must see Screen shot of this program

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Upload
Original Comments (3)
Recovered from Wayback Machine