CheckSpelling Bug
Someone name Bjorg found this bug with CheckSpelling and posted it to the newsgroups. Take a function like this
Function ChSp(sWord As String) As Boolean
ChSp = Application.CheckSpelling(sWord)
End Function
If you call this function from another procedure, it returns the correct result. If, however, you call it from a worksheet cell, it always returns FALSE. Tested in 2000, XP, and 2003, all with the same result.
Certain comments are subject to moderation and may not appear immediately. You can use HTML tags in your comment. If you include a greater-than or less-than sign or anything else that could be interpreted as HTML, your comment won't look nice. You need to escape those characters. To post VBA code in your comment, use [VB] tags, like this: [VB]Code goes here[/VB].
Leave a comment