JFulford84
Board Regular
- Joined
- Jun 14, 2010
- Messages
- 158
Anyone able to explain this?
This works great for what I'm using it for. However, this still hits each cell even when they are filtered out.
What would be the correct way to only go through each visible cell in a given range?
Code:
For Each r in Sheets("BLAH").Range("A1:A1000")
This works great for what I'm using it for. However, this still hits each cell even when they are filtered out.
What would be the correct way to only go through each visible cell in a given range?