Code Snippet posted by:
Sakthi.Singaravel | Posted on: 5/8/2012 | Category:
VB.NET Codes | Views: 473 | Status:
[Member] |
Points: 40
|
Alert Moderator
The following code for MS Word's find option using .Net
With Word.Selection.Find
.Text = "Find_Text"
.Forward = True
.MatchCase = False
End With
Word.Selection.Find.Execute()
Regards,
Singaravel M