bruinscup11
New Member
- Joined
- Jun 23, 2011
- Messages
- 5
I have a spreadsheet of almost 90,000 rows, I need to get the data down to 11,000. I want to be able to (using VBA) search the data in column F (Range F15:F89905), select the cells whose values are equal to those in column I (Range I10:I11244), then change the fill color of the selected cell to a different color like color index 36.
(I will later filter the data in column F and make sure the values are equal before deleting the excess data points)
I am really new at VBA, and have no idea how to go about coding this. Could anyone help me figure out how to do this?
(I will later filter the data in column F and make sure the values are equal before deleting the excess data points)
I am really new at VBA, and have no idea how to go about coding this. Could anyone help me figure out how to do this?