Forum Discussion
Ryan_Angelos
Nov 22, 2022Copper Contributor
Find and Replace "all caps" not working
Hi all I need to get rid of all "cells" (I believe they are actually "frames"? not sure) that contain all caps text. When looking for all caps text, i get this: Am i doing something wrong? ...
Ryan_Angelos
Nov 22, 2022Copper Contributor
Hi, I'm trying to delete all cells (or "frames") that contain all caps text. I already tried using the following wildcard;
<[A-Z]{2,}>
however, this only deletes the text itself and not the entire "cell", therefore leaving behind mostly empty cells with symbols (such as < > , . 🙂 still in them.
Charles_Kenyon
Nov 23, 2022Bronze Contributor
First, you need to figure out whether these are table cells or Frames. They look like Table Cells to me.
Replace is not going to take out the table structure.
For a table, you are going to need a macro, which is beyond by skill level unless I wanted to spend a day or two on it. (Sorry, I do not wish to do that.)