View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Avadivelan TCS Avadivelan TCS is offline
external usenet poster
 
Posts: 19
Default want Replace ALT+ENTER to SPACE

Sub CleanCR()
Selection.Replace What:=Chr(10), _
Replacement:="", LookAt:=xlPart, _
SearchOrder:=xlByRows, MatchCase:=False
End Sub

"arno" wrote:

maybe you should post your makro.

arno