Quote:
Originally Posted by Guessed
The selection range changes as soon as you find an instance so the loop will start from that new selection location and if that location is collapsed then that is where you start from and .Wrap isn't set in your code.
How much content is in the FRDoc file? This seems pretty inefficient to need to retrieve the search terms from there. Can you store that as a building block so it can be retrieved faster?
|
As an English teacher, I thought it would be interesting to highlight all C1-level words in students' texts. However, this means the document contains about 2000 words... If possible, I would even like to make it larger. But perhaps I could still include these words in my macro as multiple arrays?
Anyways, thanks for responding, hope I'm not making things too difficult now