#19713
Yutaka Emura
Keymaster

Hello LifeTimer,

If you use the eeFindContinue flag, you have to combine with another Filter method after this. If you need only one level of filter, please use the Filter method without the eeFindContinue flag. So your macro should look like:


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

Thanks,