Hello Guys!
Help me speed up my code please.
I need to remove rows that contains specific pair of values in columns L and M.
80 and 1, 80 and 01, 80 and 03, 80 and 10 (01 and 1 are different - its all TEXT)
ex.
<tbody>
L
M
80
01
80
03
80
10
80
1
</tbody>
My working code is ...