Import Hyperlink

M

Mrs. Ugh

I have a spreadsheet that contains a field with hyperlinks to an external
URL. I have imported the data into a table with a field to hold the
hyperlink, but can't get the actual link to import. I tried importing the
field as a hyperlink, but all I get is the visible text, not the link info.
Any ideas?
Thanks,
Jill
 
A

Arvin Meyer MVP

I think you'll need to make the actual links visible in Excel before the
import. The you should be able to import them as text. If you leave them as
text, you'll be able to sort them but still work with them as you would with
a hyperlink. The appropriate code is something like:

Application.FollowHyperlink Me.txtHyperlink

where txtHyperlink is the name of a text box displaying the hyperlink
string.
 

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