Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / January 2006

Tip: Looking for answers? Try searching our database.

Showing URl of links ??

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JennyC - 29 Dec 2005 16:05 GMT
Hello - Newbie question:

I have an Excel file (98) with 1600 names of people
Each name is a link to their personal file
I need to know how many of the links point to the 'under construction' page
Is there a way to automatically show the URL's so that I can count how many new
personal files we need to create ?

I can only seem to show them one at a time :~((

TIA, Jenny

--
Jenny
(Rotterdam the Netherlands)
remove the squirrel to reply
Bob Phillips - 29 Dec 2005 16:28 GMT
Jenny,

You could add this UDF (Alt-F11, menu Insert>Module, and then copy it in )

Public Function GetURL(rng As Range)
   If rng.Count = 1 Then
       GetURL = rng.Hyperlinks(1).Address
   End If
End Function

and use it in B1 as =GetURL(A1) and copy down

Signature

HTH

RP
(remove nothere from the email address if mailing direct)

> Hello - Newbie question:
>
[quoted text clipped - 12 lines]
> (Rotterdam the Netherlands)
> remove the squirrel to reply
JennyC - 29 Dec 2005 19:33 GMT
Right!

Sounds a bit like abracadabra but I shall try it next year when I get back in
the office :~))

Thanks Jenny

> Jenny,
>
[quoted text clipped - 33 lines]
> > (Rotterdam the Netherlands)
> > remove the squirrel to reply
JennyC - 02 Jan 2006 17:37 GMT
Bob

A million thanks - works a treat :~))

Maybe I'll have to think about learning VB.........!

Jenny

> Jenny,
>
[quoted text clipped - 33 lines]
> > (Rotterdam the Netherlands)
> > remove the squirrel to reply
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.