Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to remove the leading zeros from a column of values, the code
below works but it also seems to be removing the ending zeros as well. I tried this which does not workResult1 = Replace(Left(Cells(x, 2), "00", "")) here is my code. For x = 2 To 4000 Result1 = Replace(Cells(x, 2), "00", "") Cells(x, 2) = Result1 Next x |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and Replace - Replace with Blank Space | Excel Discussion (Misc queries) | |||
Can I replace a ' at the beginning of a text cell using Replace | Excel Discussion (Misc queries) | |||
How to Replace multiple words to replace using excell | Excel Programming | |||
find and replace - replace data in rows to separated by commas | Excel Worksheet Functions | |||
Using Find and Replace to replace " in a macro | Excel Programming |