so I have a range of 2000 cells
they all have 2 conditional formats (both using functions referencing different cells)
I written some VBA to clear those cells and it takes ages
I tried
.FormatConditions.Delete
.Clear
.ClearFormats
.Rows.Delete
nothing speeds it up
calculation is manual
enable events = false
I just run out of ideas....
any suggestions?
thank you in advance
they all have 2 conditional formats (both using functions referencing different cells)
I written some VBA to clear those cells and it takes ages
I tried
.FormatConditions.Delete
.Clear
.ClearFormats
.Rows.Delete
nothing speeds it up
calculation is manual
enable events = false
I just run out of ideas....
any suggestions?
thank you in advance