S
scorpion53061
This code produces an error when attempting to close the dialog in word....
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred Additional information: Word has finished searching the document.
What can I do to avoid it?
' With oDoc.Application.Dialogs(CInt(Word.WdWordDialog.wdDialogEditFind))
'.Show()
'End With
An unhandled exception of type 'System.Runtime.InteropServices.COMException'
occurred Additional information: Word has finished searching the document.
What can I do to avoid it?
' With oDoc.Application.Dialogs(CInt(Word.WdWordDialog.wdDialogEditFind))
'.Show()
'End With