integer result
result = o1.ConnectToNewObject("word.application.9")
IF result <> 0 THEN
DESTROY o1
MessageBox("OLE Error", &
"Unable to connect to Microsoft Word. " &
+ "Code: " &
+ String(result))
DESTROY o1
RETURN
END IF...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.