I have a written code that classifies employees along with their qualifications. To weed out employees with unwanted qualifications, I applied a filter to each column that named their qualification category.
I wrote VBA code so that duplicate names and qualifications are invisible for the convenience of the place. However, I cannot get the code to run automatically.
Currently, the only way to get the code to run is to install it
Private Sub Worksheet_Change (ByVal Target As Range), and then change the value of an arbitrary cell.
I found what I think is the right solution:
http://www.ozgrid.com/forum/showthread.php?t=72860
But I canโt figure it out.
Is there a way to run this code without having to select and deselect a cell after starting the filter?
source share