drewzilla652
New Member
- Joined
- Oct 19, 2010
- Messages
- 19
How can I alter the following code to only include visible rows on a filtered workbook. Staters is an assigned range of one column that includes states (ie "FL"). Thanks!
statecount = WorksheetFunction.CountIf(staters, "FL")
statecount = WorksheetFunction.CountIf(staters, "FL")