![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I would like to put
Click Here where a person could click on that phrase and it would open the link to http://www.test.com ..Body = "This is test " & "href=" & Chr(34) & "http://www.test.com/" & Chr(34) & "Click here" does not work. Is there a way I can insert the link and the display text in the email body? |
Ads |
#2
|
|||
|
|||
![]()
try
Body = "This is test " & "a href=" & Chr(34) & "http://www.test.com/" & Chr(34) & "Click here/a" "salad" wrote in message nk.net... I would like to put Click Here where a person could click on that phrase and it would open the link to http://www.test.com .Body = "This is test " & "href=" & Chr(34) & "http://www.test.com/" & Chr(34) & "Click here" does not work. Is there a way I can insert the link and the display text in the email body? |
#3
|
|||
|
|||
![]()
And set the value of HTMLBody not Body.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "TJ" wrote in message ... try Body = "This is test " & "a href=" & Chr(34) & "http://www.test.com/" & Chr(34) & "Click here/a" "salad" wrote in message nk.net... I would like to put Click Here where a person could click on that phrase and it would open the link to http://www.test.com .Body = "This is test " & "href=" & Chr(34) & "http://www.test.com/" & Chr(34) & "Click here" does not work. Is there a way I can insert the link and the display text in the email body? |
#4
|
|||
|
|||
![]()
Sue Mosher [MVP-Outlook] wrote:
And set the value of HTMLBody not Body. Thanks TJ. I was trying so many iterations of that line I left out the anchor. And Sue, the HTMLBody did the trick. Thanks to you two for the assistance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Append Body of Email to Text File | J | Outlook and VBA | 1 | September 11th 06 07:10 AM |
Can I display a flyer (.doc) as the body of my email? | Jan | Outlook Express | 2 | June 22nd 06 03:45 PM |
Outlook won't display body of plain text message | Mike | Outlook - General Queries | 1 | March 14th 06 07:54 PM |
How do I append text to the body of a email? | Beginner | Outlook and VBA | 2 | February 9th 06 10:36 PM |
Dragging an email to the Calendar drops the email body text | yan | Outlook - Calandaring | 2 | February 1st 06 02:23 AM |