ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I copy just the "web page name"? (https://www.excelbanter.com/excel-worksheet-functions/64344-how-do-i-copy-just-web-page-name.html)

Bill94

How do I copy just the "web page name"?
 
In Excel, I have a long list of hyperlinks in a column. I need to create a
column of just the "file or web page names" in the same worksheet. Can I
copy/paste or use a function to do this conveniently?

ScottO

How do I copy just the "web page name"?
 
You could copy the links to another column, select all the new links
and then use a short macro like:

Sub StaticLink()
Selection.Hyperlinks.Delete
End Sub

Rgds,
ScottO


"Bill94" wrote in message
...
| In Excel, I have a long list of hyperlinks in a column. I need to
create a
| column of just the "file or web page names" in the same worksheet.
Can I
| copy/paste or use a function to do this conveniently?




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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com