Mutliple .Find Criteria

quej2003

New Member
Joined
Oct 5, 2010
Messages
49
Hi

Just wondering if it is possible to have multiple criteria for .Find in VBA, tried using union to overcome this but to no avail!

Cheer
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
You could make a list and perform a find for each item in turn, with perhaps a range (using union to add new results) that records the cells of all the 'hits'.

Kinda depends on what you want to do with the results.
 
Upvote 0
You could make a list and perform a find for each item in turn, with perhaps a range (using union to add new results) that records the cells of all the 'hits'.

Kinda depends on what you want to do with the results.

That works lovely in fact, hadn't thought of doing something quite like that, thank you kindly sir.

The only thing I was doing with my hits is simply finding the column that its in really.
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,882
Members
452,948
Latest member
Dupuhini

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