Does anybody know how this is done? I believe I have the necessary objects. I am passing an incorrectly spelled word to the sub, and invoking the checkspelling method. I get no errors, but it doesn;t seem to actually be checking the spelling.
Thanks,
Gary
In Declarations:
Private m_objWD as Word.Application
In sub:
Set m_objWD = CreateObject("Word.Application"
m_objWD.CheckSpelling (txtWord.Text)
Thanks,
Gary
In Declarations:
Private m_objWD as Word.Application
In sub:
Set m_objWD = CreateObject("Word.Application"