Hello,
I have developed the following code to compare cell values and color it. I know my code is accessing the sheet every time which makes program slow a for a large number of comparisons.
Is anyone have an idea to optimize the code using array OR any other way to run faster than this? Thank...