Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you use something along the lines of:-
i = 1 Do Target = Range("D" & i) TargetLength = Len(Target) CharLeft = Left(Target, 1) CharRight = Right(Target, 1) If CharLeft = ";" Then Target = Right(Target, Len(Target) - 1) If CharRight = ";" Then Target = Left(Target, Len(Target) - 1) Range("D" & i) = Target i = i + 1 Loop |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing text between hyphens and removing the hyphens | Excel Discussion (Misc queries) | |||
Removing #N/A | Excel Discussion (Misc queries) | |||
Removing #N/A | New Users to Excel | |||
Removing patterns without removing gridlines | Excel Discussion (Misc queries) | |||
Removing the +4 from zip+4 | Excel Discussion (Misc queries) |