![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Stupid question but ... How would I go about adding a carriage return to the end of each of these string output lines. I tried using a <br> at the end of each one but it just came up with a syntax error. Any help would be much appreciated. strBody = strBody & ( "Site: " & strFromPath ) &_ |
#3
| |||
| |||
|
|
Stupid question but ... How would I go about adding a carriage return to the end of each of these string output lines. I tried using a <br> at the end of each one but it just came up with a syntax error. Any help would be much appreciated. strBody = strBody & ( "Site: " & strFromPath ) &_ ("Mechanical: " & StrFromPath2 ) &_ ("Electrical: " & StrFromPath3 ) &_ ("Department: " & StrFromPath4 ) &_ ("Date Required: " & StrFromPath5 ) &_ ("Work Requested: " & StrFromPath6 ) &_ ("Requested by: " & StrFromPath7) &_ ("Date Requested: " & StrFromPath8 ) &_ (vbCrLf ) & _ ( "FORM submitted at " & Now() & vbCrLf & vbCrLf ) |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |