View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tempy Tempy is offline
external usenet poster
 
Posts: 203
Default Body for e-mail using sendMail

Hi Ron, thank you very much. Just one more question, i see you can wrap
the text if you put it in the code.
"This is line 1" & vbNewLine & _
"This is line 2" & vbNewLine & _
"This is line 3" & vbNewLine & _
"This is line 4"

How would one wrap the text put in via an input box ?

Tempy

*** Sent via Developersdex http://www.developersdex.com ***