Trying to access filter programatically in VB using a list of numbers.
I can select from the dropdown pick list,(hovering over filter show... EQUALS+ comma separated list of values), but don't know how to provide a that list to the filter using VB.
My use case would be that I am working with a list of tickets some have been review and others have not....
So would like maintain a list of numbers and use that list to filter in a list of tickets numbers, change background color and un-filter to show all. I just want to track items that are on my list and know highlighted numbers have been reviewed other non-highlighted need my attention.
Any help would be appreciated
I can select from the dropdown pick list,(hovering over filter show... EQUALS+ comma separated list of values), but don't know how to provide a that list to the filter using VB.
My use case would be that I am working with a list of tickets some have been review and others have not....
So would like maintain a list of numbers and use that list to filter in a list of tickets numbers, change background color and un-filter to show all. I just want to track items that are on my list and know highlighted numbers have been reviewed other non-highlighted need my attention.
Any help would be appreciated