I ich555 New Member Jun 24, 2011 #1 Hello, is it possible to copy all words in a page with a certain letter (e.g. Z) at once? Or is thre a program for it? Thanks, teo
Hello, is it possible to copy all words in a page with a certain letter (e.g. Z) at once? Or is thre a program for it? Thanks, teo
Aastii VIP Member Jun 24, 2011 #2 Not that I know of, but you could write your own program. Load in the text document, after every space check the proceeding letter for if it matches with the letter being searched for, and if true, highlight the word, or copy the word + location in
Not that I know of, but you could write your own program. Load in the text document, after every space check the proceeding letter for if it matches with the letter being searched for, and if true, highlight the word, or copy the word + location in