golfnut324
Board Regular
- Joined
- Jul 12, 2006
- Messages
- 93
Could someone tell me the best way to tackle this issue? I have a three column table (A, B & C) that looks like this:
Table has about 1100 rows with item number, long text and .txt as above. I would like to export each text field to a Notepad (or other text) file and save the file as ""A".txt".
Is this best handled via VBA from Excel or from Word or...? Being that I barely know how to spell V B A, is this high level and should I look for professional help?
Thanks for any help and/or advice on this question.
Craig
Book1.xls | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | ITEM | TEXT | FILEEXT | |||
2 | AAC42011 | VERYLONGTEXTHERE | .txt | |||
3 | AVV55432 | VERYLONGTEXTHERE | .txt | |||
4 | XXR66575 | VERYLONGTEXTHERE | .txt | |||
5 | >1100rows | |||||
Sheet1 |
Table has about 1100 rows with item number, long text and .txt as above. I would like to export each text field to a Notepad (or other text) file and save the file as ""A".txt".
Is this best handled via VBA from Excel or from Word or...? Being that I barely know how to spell V B A, is this high level and should I look for professional help?
Thanks for any help and/or advice on this question.
Craig