R
Ralf van der Eerden
Hi everyone ...
First let me apologize for crossposting in case that is a nono ... I am new
to these newsgroups and not aware yet of any netiquette.
With that said, I hope people can help me with what sounds simple (to me)
but is not easy for someone who has no programming skills whatsoever (me
again).
What I want to accomplish is this....
I want to open a document, remove text starting from a word(s) till a
word(s) (for example: from "dear sir" till "kind regards"), save the
remaining text in a new file --> open the next document in the directory,
remove text starting from the same word I already defined in the first
session and save the remaining text in the already created new file (add
text to already present text).
So in short:
1. Select directory
2. Give selection 1 (word(s))
3. Give selection 2 (word(s))
4. Open first document in the directory
5. Delete the text between 1 --> 2
6. Save the remaining text in a new file
8. Close document 1
9. Open the second document in the directory
10. Delete the text between 1 --> 2
11. Save the remaining text in the new file created at step 6 (add text to
already present text)
12. Close document 2
13. Open the third document in the directory
14. Delete the text between 1 --> 2
15. Save the remaining text in the new file created at step 6 (add text to
already present text)
16. Close document 3
Etc etc ...
I hope someone can help me or point me in the right direction.
Kind regads
Ralf
First let me apologize for crossposting in case that is a nono ... I am new
to these newsgroups and not aware yet of any netiquette.
With that said, I hope people can help me with what sounds simple (to me)
but is not easy for someone who has no programming skills whatsoever (me
again).
What I want to accomplish is this....
I want to open a document, remove text starting from a word(s) till a
word(s) (for example: from "dear sir" till "kind regards"), save the
remaining text in a new file --> open the next document in the directory,
remove text starting from the same word I already defined in the first
session and save the remaining text in the already created new file (add
text to already present text).
So in short:
1. Select directory
2. Give selection 1 (word(s))
3. Give selection 2 (word(s))
4. Open first document in the directory
5. Delete the text between 1 --> 2
6. Save the remaining text in a new file
8. Close document 1
9. Open the second document in the directory
10. Delete the text between 1 --> 2
11. Save the remaining text in the new file created at step 6 (add text to
already present text)
12. Close document 2
13. Open the third document in the directory
14. Delete the text between 1 --> 2
15. Save the remaining text in the new file created at step 6 (add text to
already present text)
16. Close document 3
Etc etc ...
I hope someone can help me or point me in the right direction.
Kind regads
Ralf