ghirosoft
Guest
Bye to all,
I would need to export with vba in excel a string with separator without stalking the columns according to the number of values divided by the separator.
es: "pippo" ; pluto; "flauto"; etc.
the point and comma is as an example of separator.
I saw that with lisp you can in csv files passing for example the written string above, in a single command line and without cyclaring the columns.
(write-line list_val ff) where "lista_val" is a string composed as the example written above.
In fact, each value corresponds to a column.
I can't or don't know what the right command is.
p.s: to create the string I still make a cycle that is the sum of various attributes.
Thank you.
I would need to export with vba in excel a string with separator without stalking the columns according to the number of values divided by the separator.
es: "pippo" ; pluto; "flauto"; etc.
the point and comma is as an example of separator.
I saw that with lisp you can in csv files passing for example the written string above, in a single command line and without cyclaring the columns.
(write-line list_val ff) where "lista_val" is a string composed as the example written above.
In fact, each value corresponds to a column.
I can't or don't know what the right command is.
p.s: to create the string I still make a cycle that is the sum of various attributes.
Thank you.