Hey There!
I think what I am trying to do here is fairly simple, but for the life of me I can not remember how to write a Loop statement. I'm pretty basic when it comes to VB and Macros and am trying to teach myself as I go... 
In a nut shell, I need a macro that will follow this logic:
* Add the values in K22 and M22 together
* If this value is 0, hide the row
* If it is not 0, move on to the next row
If needs to loop through this logic, checking every row from 22 to 1021, hiding all the rows where the value is 0 and leaving the rows that are not 0 displayed.
I came up with this:
...
so on and so forth...
I don't particularily want to type this out 1,000 times though, and I seem to remeber that a Loop structure could do this for me, but I just don't recall how to do it.
Thanx in adance for your help!!
Bookmarks