Board index » cppbuilder » OLE WinWord Find / Replace text
Giovanni Benintend
![]() CBuilder Developer |
Mon, 22 Dec 2003 05:15:04 GMT
OLE WinWord Find / Replace text
I have a little problem when I run a Find / Replace all the occurrences of a
text string in an OLE Word document: My code is: Variant Word, Documents, Selection, Find, Replace; Word = Variant::CreateObject("Word.Application"); Running this code, I receive an error on the last statement, because I don't Does anyone know how to solve my problem? Thank you! |