I have a sheet that information is pasted to from another workbook. On this sheet, I have a macro to delete and sort duplicates upon load. This sheet also contains conditional formatting:
I have applied that to F3:F50. That is 48 lines that contain the CF.
The problem I have is that when the macro is run more than 48 times, my conditional formatting has all gone! To clarify, if I run the macro 3 times, I have 45 lines remaining that contain my CF - if I run the macro 10 times I have 38 lines remaining etc...
Is there a way of locking the CF so it is always on cells within the range of F3 to F50? I do not want to CF the entire column (upto 65536) as my file size increases drastically, obviously so too does the loading time.
Any ideas?
Code:
=F3="N/A" (silver)
The problem I have is that when the macro is run more than 48 times, my conditional formatting has all gone! To clarify, if I run the macro 3 times, I have 45 lines remaining that contain my CF - if I run the macro 10 times I have 38 lines remaining etc...
Is there a way of locking the CF so it is always on cells within the range of F3 to F50? I do not want to CF the entire column (upto 65536) as my file size increases drastically, obviously so too does the loading time.
Any ideas?
Last edited: