Dear All,
There is Compare option in winword between two docuemnts.Is it able to appy this method between two
rich text boxes(As You all know that ROBDOG888 has a Spell Check by using Winword)
Thanks in Advance
Printable View
Dear All,
There is Compare option in winword between two docuemnts.Is it able to appy this method between two
rich text boxes(As You all know that ROBDOG888 has a Spell Check by using Winword)
Thanks in Advance
* Cough, cough! *
:D
This will compare the current document (opened and set to oDoc) with the file document (MyDocument.doc) and write the differences into a new document. The differences will be displayed as revision marks that indicate the differences.VB Code:
Private Sub CompareDocument() oDoc.Compare Name:="C:\MyDocument.doc", CompareTarget:=wdCompareTargetNew End Sub
Dear Rob,
Thanks for your reply.Will it compare for spaces and enter Marks Also?
Never really looked that closely but it should see differences in line breaks/enter chars. Spaces may depend on their location.
Dear Rob,
Can You pls help me how to apply this between two rich text box contents.The document to be in the hidden window.