Jon Sum,
Thanks for the MACRO, but it didn’t work for me.
I must be doing something wrong.
Open “Get URL”
then
Load Hyperlinks into Col A1 – A???
Highlight Hyperlinks
TOOLS → MACROS → Organize → BASIC → Get URL
.
This is the macro:
.
Function getURL(sCellAddress As String) As String
Dim oCell As Variant
Dim oTextFields As Variant
Dim aTemp As Variant
On Error GoTo wrong_result
getURL = “Wrong address”
oCell = ThisComponent.getSheets().getCellRangesByName(sCellAddress)(0).getCellByPosition(0, 0)
oTextFields = oCell.getTextFields()
If oTextFields.getCount() > 0 Then
getURL = oTextFields.getByIndex(0).URL
Else
If InStr(oCell.getFormula(),“HYPERLINK”) > 0 Then
aTemp = Split(oCell.getFormula(),"""")
If UBound(aTemp) > 1 Then getURL = aTemp(1)
EndIf
EndIf
wrong_result:
End Function
.
The MACRO is there as you wrote it, but nothing happens?
C:\fakepath\Get URL (LO).ods
Is there no one that can help?
I have tried many things as prescribed above, but this CALC formula just won’t run and convert links to text.
The first time I tried, it converted 100+ links to text in a flash, but since then NOTHING!!!
I have 100’s more to convert.
PLEASE HELP!
I would be happy to have someone remote into mu machine or I can U/L the sheet to your E-mail (I’ll lose it immediately after)
Thanks,
⌡im [THE ßookMan]
92Ø.265.5966