problem with replace command
If IsEmpty(Cells(x, 25).Value) Then Cells(x, 25).Value = "TRU"
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"ruchie" wrote in message
ups.com...
Cells(x, 25).Value = Replace(Cells(x, 25).Value, "", "TRU")
should this work to replace blanks as well?
|