Possible hit empty cells?
Up one level
Possible hit empty cells?
Posted by
lwall
at
2011-10-12 13:55
I've searched the forum but not found suitable for my question.
I have tried with different search strings to get hit on the only empty cells without success. I might otherwise have hit the empty cells when I searched filled cells. It's just getting hit on the only empty cells I have not succeeded. My wonder is if it is possible, and in that case what does the string out.
/lwall
Re: Possible hit empty cells?
Posted by
hasloe
at
2011-10-13 13:55
For this purpose you might want to try (in regular expression mode) the regular expression "^$" (without the quotes)?
That should give you all empty annotations.
-Han