M
msh
Hi
I want export every row to a seperated text file.
with MS-Word mail merge wizard I can read the xls file and create a formated
(with some content) file.
but I can't export it to seperated file.
1- In excel is any formula for export any row to the txt file (that have
some content).
2- How can this senario, with mail merge wizard in MS-Word.
---
My Excel file have this content:
MYNAME MYNUMBER
Name1 123
Name2 321
Name3 231
---
I want TXT file with this content:
[Credits]
name=MYNAME
[Global]
no=MYNUMBER
---
final txt file's
1.txt
[Credits]
name=Name1
[Global]
no=123
2.txt
[Credits]
name=Name2
[Global]
no=321
3.txt
[Credits]
name=Name3
[Global]
no=231
I want export every row to a seperated text file.
with MS-Word mail merge wizard I can read the xls file and create a formated
(with some content) file.
but I can't export it to seperated file.
1- In excel is any formula for export any row to the txt file (that have
some content).
2- How can this senario, with mail merge wizard in MS-Word.
---
My Excel file have this content:
MYNAME MYNUMBER
Name1 123
Name2 321
Name3 231
---
I want TXT file with this content:
[Credits]
name=MYNAME
[Global]
no=MYNUMBER
---
final txt file's
1.txt
[Credits]
name=Name1
[Global]
no=123
2.txt
[Credits]
name=Name2
[Global]
no=321
3.txt
[Credits]
name=Name3
[Global]
no=231