|
|
Question : VBA Excel UserForm Email Hyperlink
|
|
|
|
Hi All,
I am developing a simple forms based excel application without any cell referencing at all. I am wanting to now how I can display an email address (in hyperlink format) in the user form using a label or text box?
Thanks in advance.
CF
|
|
|
|
Answer : VBA Excel UserForm Email Hyperlink
|
|
"Mailto: [email protected]?Sub ject=MySub ject&Body= MyBody"
|
|
|