XLWiz
New Member
- Joined
- May 7, 2015
- Messages
- 29
Hello all,
I've been scouring the VBA threads on this forum but have been unsuccessful in finding what I need, thus far.
Working with Excel 2013, I've been trying to develop code that will segregate a massive spreadsheet I report on weekly, into different worksheets/tabs, based on column J and column AK of the file.
Column J has a header I have labeled as "Relationship (No Codes)" with rows of data arranged by "Employee", "Spouse", and "Child". Column AK is labeled as "Benefit Plan Name" and has data arranged by "Dental/Vision Plan", "Plan B: Major Medical Plan", "Plan C: Major Medical Plan" and "Waived Medical Coverage".
What I need, is code that will enable me to automatically separate this data into different tabs containing only Employee Medical, only Employee Dental, only Employee Waived Coverage, and the same arrangements for all other relationships.
Could someone please advise? Thank you very much for your time.
I've been scouring the VBA threads on this forum but have been unsuccessful in finding what I need, thus far.
Working with Excel 2013, I've been trying to develop code that will segregate a massive spreadsheet I report on weekly, into different worksheets/tabs, based on column J and column AK of the file.
Column J has a header I have labeled as "Relationship (No Codes)" with rows of data arranged by "Employee", "Spouse", and "Child". Column AK is labeled as "Benefit Plan Name" and has data arranged by "Dental/Vision Plan", "Plan B: Major Medical Plan", "Plan C: Major Medical Plan" and "Waived Medical Coverage".
What I need, is code that will enable me to automatically separate this data into different tabs containing only Employee Medical, only Employee Dental, only Employee Waived Coverage, and the same arrangements for all other relationships.
Could someone please advise? Thank you very much for your time.