I’m writing a macro that finds all instances of some text, then deletes the entire row containing it. I’d like to detect whether the selection or the range that is found has already been deleted.
Currently I just turn off display of tracked changes temporarily to avoid the problems that come with the macro finding the already-deleted instance in an infinite loop. But if there’s a way to detect deletion, please let me know for future use.
Thanks,