T
Thierry
Hi,
I need to insert a hyperlink in every url appearing in my document.
For that, I am using the "Selection.Find" object. I would need to look
up for something like that:
<[a-zA-Z1-9.:?]{1,}.com>
for instance. But I cannot make it work. What is wrong? Obviously
something but I don't know what. In addition of that the period "." is
considered as word separator, is there a way to set which character
are word separator?
Any answers would be greatly appreciated
Thierry
I need to insert a hyperlink in every url appearing in my document.
For that, I am using the "Selection.Find" object. I would need to look
up for something like that:
<[a-zA-Z1-9.:?]{1,}.com>
for instance. But I cannot make it work. What is wrong? Obviously
something but I don't know what. In addition of that the period "." is
considered as word separator, is there a way to set which character
are word separator?
Any answers would be greatly appreciated
Thierry