Hi I have a userform that amongst others contain "email".
The entered value in this textbox is allways correct (through filters) but i'd like to store the value as a hyperlink!
so:
should be something like:
any ideas?
thanx!
The entered value in this textbox is allways correct (through filters) but i'd like to store the value as a hyperlink!
so:
Code:
Range("G3") = email2
should be something like:
Code:
Range("G3") = email2 as hyperlink
any ideas?
thanx!