Find is not working!

Oliver Dewar

Board Regular
Joined
Apr 17, 2011
Messages
201
I have a lot of text (html) in a cell and several find and replace events in a macro. All but 3 of these (identical) events work.

So to test I did a find from the ribbon... it didn't work.

To make sure, I went into the cell and copied a bit of the text then pasted it into the find box... and excel told me it couldn't find it.

How can this be? What am I missing?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
What does your find command look like?

Are you incorporating
Code:
lookat:=xlPart
so you can find within a cells contents?
 
Upvote 0
Actually, I'm talking about excel's built in find here! I do have code but I went back a step from that and started searching using the find option from the ribbon and it's not finding text that I have copied from inside a cell (how's that even possible?)
 
Upvote 0
Have you checked all the options in the Find dialog? Are they all set correctly?
 
Upvote 0
Match case is not ticked and match whole cell value is not ticked so that shouldn't be the prob.

Is it a formula? No, at least it's doesn't start with = it's html code (quite a large amount) and certain finds work within it while other chunks of text copied from within it return as 'not found'.

Wierd!
 
Upvote 0

Forum statistics

Threads
1,215,517
Messages
6,125,287
Members
449,218
Latest member
Excel Master

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