Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Kima,
Am Sun, 4 Nov 2012 16:30:49 +0000 schrieb kima: I would like to make a loop of this on column G. But cant make the loop. try: Sub ChangeIt() Dim LRow As Long LRow = Cells(Rows.Count, "G").End(xlUp).Row With Range("G1:G" & LRow) .Replace What:=".", Replacement:=",", _ LookAt:=xlPart, SearchOrder:=xlByRows .NumberFormat = "0.00" .TextToColumns Destination:=Range("G1"), _ DataType:=xlFixedWidth, FieldInfo:=Array(0, 1), _ TrailingMinusNumbers:=True End With End Sub Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
returning back to loop check condition without completing the loop | Excel Programming | |||
Loop to Filter, Name Sheets. If Blank, Exit Loop | Excel Programming | |||
Naming Worksheets - Loop within a loop issue | Excel Programming | |||
Naming Worksheets - Loop within a loop issue | Excel Programming | |||
Advancing outer Loop Based on criteria of inner loop | Excel Programming |