I have an ODS file with around 31,000 rows. About 5,000 are blank and interspersed with the data rows.
Data
Data
{Empty}
Data
Data
{Empty}
{Empty}
{Empty}
New Data
What I want to do is delete all {Empty} rows except for one to separate the groups.
Data
Data
{Empty}
New Data
New Data
{Empty}
(et cetera)
I tried a macro that would delete blank rows but it didn’t work. Any suggestions?