s = "User : " & numeroUser & chr(13)
s = s & "Station : " & numeroStation & chr(13)
It doesn't write another line
I have tried vbcrlf , chr(10), chr(13)
nothing works
thank you
s = s & "Station : " & numeroStation & chr(13)
It doesn't write another line
I have tried vbcrlf , chr(10), chr(13)
nothing works
thank you
Comment