Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Norman,
Works a treat. Thank you for the very fast replies. "Norman Jones" wrote: Hi Richard, Try: '============= Public Sub Tester() Activesheet.Columns("A").Replace _ What:=Chr(10), _ Replacement:=vbNullString, _ SearchOrder:=xlByRows, _ Lookat:=xlPart End Sub '<<============= --- Regards, Norman "Syscon" wrote in message ... Thanks for the very fast reply ! And if I just want to strip it from the open worksheet? ( as some worksheets have "memo" fields with a free form entrys that I do not want striped ) Presumably it is a change to :- SH.Columns("A").Replace _ Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hidden Character | Excel Worksheet Functions | |||
Excel-Match 1st text character in a string to a known character? | Excel Worksheet Functions | |||
Hidden Character Find Macro Help | Excel Programming | |||
How do I delete hidden character in Excel? | Excel Discussion (Misc queries) | |||
Function to return Character Position of Xth character within a string | Excel Programming |