tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
I am creating the body of an e-mail with some file location.
This code works if Fileloc does not have spaces:
How can I amend it to take into account spaces?
Thanks
This code works if Fileloc does not have spaces:
Code:
HTMLBody = "Hello ..<br />next line ..." & _
"Click <a href=" & Fileloc & ">" & "some location" & "</a> to ..."
How can I amend it to take into account spaces?
Thanks