Hello

I have a macro that collects user input and filters based on that. For example, column A contains the name of suppliers. Inputting "Company A" into the dialog box will delete ALL rows except those associated with "Company A".

Can anyone suggest how to allow input of multiple criteria? I want to have it so that users can filter out "Company A", "Company F", and "Company Y" and delete all other rows for instance. Here is the code I have so far which keeps only one input from the user:

Please Login or Register  to view this content.
Thanks in advance!