View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Naveen Naveen is offline
external usenet poster
 
Posts: 100
Default Fill cell that is blank

Try this ...

Sub Naveen()
Cells.Replace What:="", Replacement:="Slashman value", LookAt:=xlWhole
End Sub


*** Please do rate ***





"Slashman" wrote:

Hi,

I have a column that is 700 odd rows long. In each cell there is a
phone number, but in some cells in the column there is no data at all.

How can I run a macro to look at every cell in the column and if it is
blank, add a number, word or something and if it is not blank, to leave
it and continue to the next?

Cheers,

Aaron.