I\'m trying to compare 2 cells and if its true that row will be deleted, i tried using msgbox to return the value and it shows its true, but row is not deleting. The first c
When deleting alway go from the last index to the first. This applies to listboxes, comboboxes, ranges, ...etc.