OleMiss2010
Member
I have a VBA that asks a series of questions to create a master list of issues that are either "cleared" or "open". Once all of the issues are added I want the VBA to finish by going through the master sheet and putting a copy of all cleared issues in a tab and putting a copy of all open issues in another tab.
A few pieces of information.
1) The master list is a running list, so the VBA does not create a new master list each time but rather adds to the list.
2) Each issue has 8 column and 4 rows associated with it. 6 of the eight columns have all 4 rows merged into one cell but 2 columns use all four rows.
Any ideas on how I should go about accomplishing my goal?
A few pieces of information.
1) The master list is a running list, so the VBA does not create a new master list each time but rather adds to the list.
2) Each issue has 8 column and 4 rows associated with it. 6 of the eight columns have all 4 rows merged into one cell but 2 columns use all four rows.
Any ideas on how I should go about accomplishing my goal?