You are on page 1of 1

EXTRAER ANCHOR

Function Extraer_Anchor(Rango As Range)


Dim anchor As String
texto = Rango.Hyperlinks(1).Name
Extraer_Anchor = texto
End Function

EXTRAER HIPERVINCULO
Function Extraer_Anchor(Rango As Range)
Dim anchor As String
texto = Rango.Hyperlinks(1).Name
Extraer_Anchor = texto
End Function

You might also like