Бар. TBContentElementMouseOver(); sub spellCheck()txt=tbContentElement.DOM.body.innerHTML' Dim oWDBasic As Object' Dim sTmpString As StringSet oWDBasic = CreateObject(“Word.Basic”) oWDBasic.FileNew oWDBasic.Insert txt 'On Error Resume Next oWDBasic.ToolsSpelling oWDBasic.EditSelectAll oWDBasic.SetDocumentVar “MyVar”, oWDBasic.Selection sTmpString = oWDBasic.GetDocumentVar(“MyVar”) tbContentElement.DOM.body.innerHTML = Left(sTmpString, Len(sTmpString) – 1)oWDBasic.DocClose 2oWDBasic.appclose MsgBox “Spell Check is complete”end sub TBContentElementMouseOver(); sub spellCheck()txt=tbContentElement.DOM.body.innerHTML' Dim oWDBasic As Object' Dim sTmpString As StringSet oWDBasic = CreateObject(“Word.Basic”) oWDBasic.FileNew oWDBasic.Insert txt 'On Error Resume Next oWDBasic.ToolsSpelling oWDBasic.EditSelectAll oWDBasic.SetDocumentVar “MyVar”, oWDBasic.Selection sTmpString = oWDBasic.GetDocumentVar(“MyVar”) tbContentElement.DOM.body.innerHTML = Left(sTmpString, Len(sTmpString) – 1)oWDBasic.DocClose 2oWDBasic.appclose MsgBox “Spell Check is complete”end sub