G
gab1972
I prompting the start of an email through VBA and I have a few canned
paragraphs to write in the body of the email. I'm typing all of this
in the coding lines in VBA and I don't want the lines to go
waaaaaaaaayyyy to the right in my coding lines. How do I wrap the
text to the next line and continue typing so it is all one line?
olMyEmail.Body = "Attached is a permit application package
including_
instrutions and copies of the Design
Exception form_
(if needed) and the permit
application forms."
This does not work...any suggestions?
paragraphs to write in the body of the email. I'm typing all of this
in the coding lines in VBA and I don't want the lines to go
waaaaaaaaayyyy to the right in my coding lines. How do I wrap the
text to the next line and continue typing so it is all one line?
olMyEmail.Body = "Attached is a permit application package
including_
instrutions and copies of the Design
Exception form_
(if needed) and the permit
application forms."
This does not work...any suggestions?