I have a hard coded report that generates about 10 sections. After running the report some sections may not contain data. I want to search for those specific cells and delete the two rows (saection headers) above if that cell is blank (no data).
For example:
If cell B586 is blank, delete rows 584:585.
and then...
If cell B505 is blank, delete rows 503:504
etc..