Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel Hyperlink-show link


Thanks Mike-that worked

"Mike H" wrote:

Hi,


You could use this UDF.
Alt+F11 to open VB editor
Right click 'This Workbook'
Insert Module
Paste this in on the right

Function GetLink(HyperlinkCell As Range)
GetLink = Replace(HyperlinkCell.Hyperlinks(1).Address, "mailto:", "")
End Function

Enter the formula
=GetLink(A1) in a cell to return the underlying address of a hyperlink in
that cell


Mike

"KMA-VLD" wrote:

I have an excel databae table which has one column in which each cell reads
"Show Record" and each of these lables has a hyperlink to a different
webpage. I want to export the data to use in Filemaker and when I save as a
text file, I lose the hyperlink. Is there a way to show the URL instead of
the "View Record" or can I create another column in which the hyperlink will
be displayed?

Thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i link Excel to Powerpoint slide show & see graph on wk she Tincan36 Charts and Charting in Excel 0 October 9th 06 11:11 PM
Excel - Hyperlink, the link gets Corrupted Excel Excel Worksheet Functions 1 July 7th 06 05:22 PM
How do I show the address of hyperlink to another cell in Excel ? Outlook写邮件遇到的问题 Excel Discussion (Misc queries) 1 June 7th 06 12:58 PM
Excel- Hyperlink or link Mo Excel Discussion (Misc queries) 0 January 8th 06 02:31 AM
How to link a document to a workbook with a hyperlink in excel Jyoung4992 Excel Worksheet Functions 2 April 7th 05 01:31 PM


All times are GMT +1. The time now is 07:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"