VbCrLf is a constant that you use like a variable. So you’d do…
“This is the first line” + VbCrLf + VbCrLf + VbCrLf + “This is the fourth line”
But I don’t know for sure if Type Into will do VbCrLf properly.
VbCrLf is a constant that you use like a variable. So you’d do…
“This is the first line” + VbCrLf + VbCrLf + VbCrLf + “This is the fourth line”
But I don’t know for sure if Type Into will do VbCrLf properly.