Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code below that creates an outlook email. I need to
hyperlink the holder variable how can I do this in VBA? Sub Send_Msg() Dim objOL As New Outlook.Application Dim objMail As MailItem Set objOL = New Outlook.Application Set objMail = objOL.CreateItem(olMailItem) holder = "\\server\share" With objMail .To = " .Subject = "Test Email" .Body = holder .Display '.Send End With Set objMail = Nothing Set objOL = Nothing End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Email via hyperlink | Excel Discussion (Misc queries) | |||
Excel Email Hyperlink Bug | Excel Discussion (Misc queries) | |||
email using hyperlink | Excel Worksheet Functions | |||
hyperlink email challenge | Excel Discussion (Misc queries) | |||
email address hyperlink | Excel Worksheet Functions |