#19734
LifeTimer
Participant

After a quick test I can confirm that the following one-line macro now indeed seems to accomplish exactly what I was after:

document.Filter(document.selection.Text, -1, eeFindKeepPrevious | eeFindNegative);

Thanks a lot!!!