79187765

Date: 2024-11-14 07:40:49
Score: 1
Natty:
Report link

Here's how you can do it:

Dim st As String
st = "Line 1" & vbCrLf & "Line 2"

You can also use vbNewLine, which has the same effect, but vbCrLf is more commonly used for compatibility with various Windows systems.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adam Green