We can search some specified text in Microsoft Office Word documents with the help of Find() method, The following example shows how we can search text in document in C# language. This article is copy of the its original post in the C#
For it first we need to add reference of Microsoft.Office.Interop.Word library. Continue reading “Searching in Word document in C#”
Category: Word
Search text in word document in vb.net
We can search some specified text in Microsoft Office Word documents with the help of Find() method, The following example shows how we can search text in document Continue reading “Search text in word document in vb.net”
How to get word counts in word 2007
You can count the number of words for an entire document or for a selection of text in the document. You can also count the number of words,paragraphs, lines, and characters .
Continue reading “How to get word counts in word 2007”