My company needs to develop a specific add-in for Word 2007 and I am in charge of studying if its possible to do so.
After 2 hours reading the MSDN reference, I need some help. I have 2 basic needs :
Detect when a user click on a hyperlink (or when a user reach a bookmark). -->> I didn't find any events for that in the reference. IN PROGRESS
Return the list of texts which match with a given regular expression. -->> I found that for Word 2010, there is a function Range Range.Find() which can do that but nothing for Word 2007. I just found the bool Find.execute but I don't get the point of this function as its only allow to know that something match but we don't know what matches and where ... SOLVED
Hope you will be able to help me. Anyway, thanks for reading.