R
raindance
Hi,
I'm busy writing a sort of tracebility application in C#. This application
should open certain types of documents and then move cursor or focus at a
certain position in a document (word and excel).
I have managed to open office documents and then search for certain text
using the Find method. This does not always work however since the text I'm
searching for might appear in the document multiple times. E.g. when I
search for FF1234 I want to focus on a specific instance of that word in the
document and I also don't want to focus on FF12345.
Is it possible to use some sort of tags or identifiers to mark all the
instances I want to be searched and then only search them and ignore all
other instances of the same search fields in the document?
Please help, I have searched everywhere in MSDN library for VS 2005 and
haven't found anything.
Thanks
I'm busy writing a sort of tracebility application in C#. This application
should open certain types of documents and then move cursor or focus at a
certain position in a document (word and excel).
I have managed to open office documents and then search for certain text
using the Find method. This does not always work however since the text I'm
searching for might appear in the document multiple times. E.g. when I
search for FF1234 I want to focus on a specific instance of that word in the
document and I also don't want to focus on FF12345.
Is it possible to use some sort of tags or identifiers to mark all the
instances I want to be searched and then only search them and ignore all
other instances of the same search fields in the document?
Please help, I have searched everywhere in MSDN library for VS 2005 and
haven't found anything.
Thanks