V
Vivien Parlat
Hello,
When I write the following string in notepad:
A <tab> B <newline>
C <tab> D
and copy/paste it to Excel, it fills 4 cells.
I tried to set the value of a range in a VBA macro to a string
containing
an equivalent content ("a" & vbTab & "b" & vbNewLine & "c" & vbTab &
"d")
But this does not work.
Could someone give me the magic lines to do that in programmatically ?
Thank you in advance
When I write the following string in notepad:
A <tab> B <newline>
C <tab> D
and copy/paste it to Excel, it fills 4 cells.
I tried to set the value of a range in a VBA macro to a string
containing
an equivalent content ("a" & vbTab & "b" & vbNewLine & "c" & vbTab &
"d")
But this does not work.
Could someone give me the magic lines to do that in programmatically ?
Thank you in advance