I have looked around and have not found a catch-all solution to combine two Worksheet_Change Events. I've looked around and found many specific instances that had specific solutions. I would really like to know how to do this if anyone could point me in the right direction.
Here is my situation:
I'm looking to combine the following two Worksheet_Change Events in the code of the attached doc.
The Macros:
Search Item - Based on category selection from a cell will: filter both columns and rows.
Add Item - Based on category selection from a cell will: go to the bottom of selected category, insert a new row and continue the formulas.![]()
Please Login or Register to view this content.
Attached is the workbook, each of these macros work independently as desired, on their own tabs. I need them combined on a single tab. This will make more sense if you take a look at the workbook.![]()
Please Login or Register to view this content.
Any help at all would be great and I would vastly appreciate it. Thank you.
p.s. - If there is a catch-all way to combine two Worksheet_Change Events I would REALLY like to know how do so. That way in the future if I need to do this again in another situation I would be able to. Any help in getting pointed in the right direction to learn that would be greatly appreciated.
Bookmarks