View Single Post
 
Old 03-02-2023, 11:10 PM
Themillen Themillen is offline Windows 11 Office 2021
Novice
 
Join Date: Feb 2023
Posts: 4
Themillen is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
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
Reply With Quote