Hi!
I have the following code:
But the result is just for example: "www.google.com/table" with black colour.
How can I make it a clickable Hyperlink (within that function)? Thank you for your help, it means me a lot! Have a nice day!
I have the following code:
Code:
Public Function urlID(InputCell As String)
Dim s As String
s = "https://google.com/"
urlID = s & InputCell
End Function
But the result is just for example: "www.google.com/table" with black colour.
How can I make it a clickable Hyperlink (within that function)? Thank you for your help, it means me a lot! Have a nice day!