GroupThink
New Member
- Joined
- Nov 27, 2018
- Messages
- 5
I have about 20 sheets, each with about 400 shapes (rounded rectangles). These shape values (ex. "=A32", "=B12", "=E24") are referencing 8 columns and 50 rows in the sheet. These referenced cells are using INDIRECT to pull data from another sheet, which is using IFERROR(INDEX..., so there is always a formula in the referenced cell.
Sometimes every cell on a page has data in it, other times it has little, depending on previous criteria.
The user moves/rearranges the shapes.
The issue is that when sheets end up having a lot of "blank" shapes, the user either has to move or delete them.
Is there a macro that looks at current sheet, sees if shape value is not blank, and deletes shape?
Sometimes every cell on a page has data in it, other times it has little, depending on previous criteria.
The user moves/rearranges the shapes.
The issue is that when sheets end up having a lot of "blank" shapes, the user either has to move or delete them.
Is there a macro that looks at current sheet, sees if shape value is not blank, and deletes shape?