Hello.
Coyld you help me.
I have some data in CSV
I need to open this CVS file via VBS script and add some data in the end of first line and save this file. For example
aaa;bbb;ccc
111;111;111
222;222;222
should be:
aaa;bbb;ccc;ddd;eee;fff
111;111;111
222;222;222
Best Regards
L
Coyld you help me.
I have some data in CSV
I need to open this CVS file via VBS script and add some data in the end of first line and save this file. For example
aaa;bbb;ccc
111;111;111
222;222;222
should be:
aaa;bbb;ccc;ddd;eee;fff
111;111;111
222;222;222
Best Regards
L