P
Piotr Nadolny
I've changed the style of selection object like the following:
ole_1.object.selection.style = wdStyleHyperLink;
It works fine but when I edit my OLE control and press Control when the
cursor is on the email address it doesn't show the hiperlink. So the text
has a hyperlink style but is not assigned to any email address or website.
How should I assign it? Should I use typetext function?
Thanks...
ole_1.object.selection.style = wdStyleHyperLink;
It works fine but when I edit my OLE control and press Control when the
cursor is on the email address it doesn't show the hiperlink. So the text
has a hyperlink style but is not assigned to any email address or website.
How should I assign it? Should I use typetext function?
Thanks...