Hi,
Excel 2007 has a LOT of cells. The looping code (below) looks at all cells, and takes forever...
How can the loop be constrained to consider ONLY cells that have some data??
e.g.: text, formula, hyperlink, notes, comments, etc. AND ignore formatting
- Could .SpecialSells() be used?
- The...