Hi,
I need to export a text file every time a value change from an excel range, example:
AAA 01/01/16 100.52 5001
AAA 01/01/16 536.13 8001
AAA 02/02/16 804.55 4561
BBB 05/01/16 400.11 7120
BBB 06/07/16 913.40 8124
the output needs to be 2 files:
1St file: AAA.txt
AAA 01/01/16 100.52 5001
AAA 01/01/16 536.13 8001
AAA 02/02/16 804.55 4561
2nd file: BBB.txt
BBB 05/01/16 400.11 7120
BBB 06/07/16 913.40 8124
i have try loops .. but still couldn't get it..
Thnx
I need to export a text file every time a value change from an excel range, example:
AAA 01/01/16 100.52 5001
AAA 01/01/16 536.13 8001
AAA 02/02/16 804.55 4561
BBB 05/01/16 400.11 7120
BBB 06/07/16 913.40 8124
the output needs to be 2 files:
1St file: AAA.txt
AAA 01/01/16 100.52 5001
AAA 01/01/16 536.13 8001
AAA 02/02/16 804.55 4561
2nd file: BBB.txt
BBB 05/01/16 400.11 7120
BBB 06/07/16 913.40 8124
i have try loops .. but still couldn't get it..
Thnx