User interacts with a “Master” sheet (database type layout) using auto filters to limit number of records. User then wants to create “Assignment” workbooks with no more than 40 records each based only on the filtered records from the “Master”; a filtered list of 160 records would create 4 separate “Assignment XXX” workbooks, for example.
Problem: How to loop through only visible cells. My current approach is very ham-handed – copying only visible cells to another workbook and then looping through that new workbook to create each of the Assignment sheets. I would think there must be a way to avoid that intermediate step.
BTW, I am couple of years removed from what limited VBA skills I once had, and I must have searched this site 10 times over the last several days to get answers to other questions on this project. I really appreciate what a resource this Lounge is.