Attatching a filter search to a userform

poobs_away

New Member
Joined
Aug 1, 2011
Messages
12
OK, so I know how to make a userform, and I kinda know how to make a filter program in VBA, but what I can't figure out no matter where I look is how to attach the two together. Basically what I need is a userform that acts as a search bar for multiple columns, i.e. a userform with three or four bars each attached to its own column (A-D) to filter out whatever keyword you type into the bar in that column.

I don't think this is very difficult, but I've been trying to find a guide on how to do it for the last couple of days and nobody seems to have made one. I'm new to VBA and don't know much coding, so if you post a code, could you also put comments in it telling what the lines do? Thank you.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Oh, and it's important that when it filters out a cell or cells in a column, it brings with it the entire row that cell is in, so that when I find something in A2, it shows everything in row 2, not just the one cell. Thanks
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,706
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top