Hello, I have text data (P and C letters) in one column and they are separated with blanks cells. I have created a macro which select each range (separated with blanks) and count the number of each letters in those ranges. If they are equal then continue (while its correct) and if not equal, add "Error" next to it. The macro is working, however it takes about 3 min to go thru 1000 rows of data, which is pretty slow. As far as I now the arrays should be a lot more efficient so please if anybody can show me how to implement it in my code or maybe theres a another solution how to do it quicker.
Bookmarks