I have a sheet, where Column A has Boolean values. However there are also cells with #VALUE!. I want to delete the entire rows with FALSE or #VALUE! in column A.
I have the code below which does half the job, it deletes the FALSE rows. What I need now is to delete the #VALUE! rows, but I...