View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
ruchie ruchie is offline
external usenet poster
 
Posts: 32
Default problem with replace command

Cells(x, 25).Value = Replace(Cells(x, 25).Value, "", "TRU")

should this work to replace blanks as well?