working with Word file using Microsoft.Office.Interop.Word
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, Could anybody help me to solve my problem, I don't know how can I get the "nextchar", I mean, using wordApp.Selection.Find function I find a character that was searched for, and now I need to get the next character. The next character that stays right after the searched character. For example: I'm searching for "b" in "I have some problems", so now I need to get that "s", which stays after "b". And then I need to get the whole word "problems".. How can I do this? :omg: :omg: