Letter Replace Help!!

J

James8309

Hi everyone

In Range("B2:B8000") I have number + "D" + number code in each cell.
i.e. 1.1D3, 2.3D4 etc.

I am just trying to replace the "D" to "E" by Ctrl + F -> Replace but
when I do it, it makes it in to horrible numbers :(
i.e. 1.1E1 as 11, 1.1E2 as 110 so on.

How do I just change that "D" from the code?

Thank you for your help in advance

Regards


James
 
M

Mike H

hI,

Insert a 'helper column and the formula
=SUBSTITUTE(B2,"D","E")
Drag down to the same length as column B
Copy the helper column
Then
Select B2
Then
Edit|Paste Special
Select 'Values'
Click OK
Delete the helper column

Mike
 
J

James8309

hI,

Insert a 'helper column and the formula
=SUBSTITUTE(B2,"D","E")
Drag down to the same length as column B
Copy the helper column
Then
Select B2
Then
Edit|Paste Special
Select 'Values'
Click OK
Delete the helper column

Mike









- µû¿Â ÅؽºÆ® º¸±â -

THANKS ALOT GUYS :D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top