Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written below code to get rid of commas (,). But the problem is that
it does not work. Data looks like this: 249,29 (screen) 249,291 (in the cell) I want it to look like this (after the comma is removed...) 249291 Sub test() ' Columns("G:G").EntireColumn.Select Selection.Replace What:=",", Replacement:="", LookAt:=xlPart, _ SearchOrder:=xlByRows, MatchCase:=False, SearchFormat:=False, _ ReplaceFormat:=False End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replacing ? | Excel Worksheet Functions | |||
Replacing #N/A | Excel Worksheet Functions | |||
Replacing #N/A with a '0' (zero) | Excel Worksheet Functions | |||
replacing #N/A with 0 | Excel Discussion (Misc queries) | |||
Help Replacing all ( * ) with ( - ) | Excel Discussion (Misc queries) |