Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
The 12 in the ForLoop will still iterate through both visible and invisible rows. Again, not knowing the object, but if you get a "Row" object itself (not the Rows property, but an individual object), can you see if there are properties on that which indicate visible? If so, you might want to iterate through wRowCount and only interact when Row.Visible = true.