

MessageBox.Show(Err.Description, "ASHLinkCST", MessageBoxButtons.OK, MessageBoxIcon.Ok this is a weird one and its been ongoing for many months, wondering if anyone has any ideas. MessageBox.Show("The spelling check is complete.", "CustomerServiceTool", MessageBoxButtons.OK, MessageBoxIcon.Information) Me.txtResponse.Text = CType((DataFormats.Text), String) MessageBox.Show(Err.Description, "CustomerServiceTool", MessageBoxButtons.OK, MessageBoxIcon.Error)ĭim objWD1 As Word.Document =

If Err.Number = 5 Then 'bypass Clipboard operation failed errors MessageBox.Show("Microsoft Word must be installed for Spell Check to run.", "CustomerServiceTool", MessageBoxButtons.OK, MessageBoxIcon.Error) ObjWA.Visible = False 'need this to get around the save prompt pop up Me.txtSubject.Text = CType((DataFormats.Text), String)

If Me.txtSubject.TextLength > 0 And Me.txtSubject.Enabled = True Thenĭim objWD As Word.Document = So I'm hopeful that there is a way that I can use Office as it used to work just last week!Īny ideas or suggestions are welcomed: 'Check subject line I should also note that I looked at a 3rd party Spell Checker (Component One) and that required customization in the dictionary. However upgrading to the latest version did nothing.

I'm not sure in my code what I'm missing to set the priority of the Spell Check box so that it is on top of the app.Īs of today I used the 2.0.5 version of the 12.0 library but originally I was using 1.2.x of that dll. When I look at the task manager I see the instance of Office running and when I set that program to the front (in the Task Manager) I see the Spell Check box and can continue through. Basically when the spell checker is running it is HIDDEN behind the VB.Net application and it appears that the application is now frozen. Net 3.5 Windows Form VB.Net application that was referencing the Microsof Office 12.0 Library dll.Īs of last week the following code was working, however, the operations team upgraded everyone's Office (not a major upgrade, just a minor upgrade).
