Wild Card help

jtk911

New Member
Joined
Sep 6, 2007
Messages
23
Version: 2007

Need to find a replace the following:
Find '=+'
Replace =+'

It is not finding the formula (written as text).
I am trying to replace the single quote with nothing so it becomes a formula again.

I thought the tilda placed before it would help find it but that didnt' work.
Of course F1 was useless in this version.
I remember there was some special character in v2003 but can't find it in v2007 help.

Can someone please help with this?
 
You can select the range of interest, and in the VBE Immediate window enter

Code:
Selection.Value = Selection.Formula

I found the VBE Immediate Window.
It worked great and I was able to group everything and replace at once.

Love this site - pure genius.
 
Upvote 0

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
You're welcome, glad it worked for you.
 
Upvote 0

Forum statistics

Threads
1,216,477
Messages
6,130,879
Members
449,603
Latest member
dizze90

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