URLs are not formatted as hyperlinks

N

NILESH

I am doing word automation with VB6 and populating a url at a bookmark using gotoboomark and insertafterbookmark functions. This url doesn't show up as a web link when I open the document.
 
J

Jonathan West

NILESH said:
I am doing word automation with VB6 and populating a url at a bookmark
using gotoboomark and insertafterbookmark functions. This url doesn't show
up as a web link when I open the document.

Having entered the text, you need to use the Hyperlinks.Add method to create
a hyperlink at that point.
 
N

NILESH

Thanks Jonathan. It worked.

Jonathan West said:
using gotoboomark and insertafterbookmark functions. This url doesn't show
up as a web link when I open the document.

Having entered the text, you need to use the Hyperlinks.Add method to create
a hyperlink at that point.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top