View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 504
Default check the name of a cell

Im trying to check the cell below the active cell to see if it has a name or
not.
I tried
If ActiveCell.offset(1, 0).Name.Name = "" Then
but it doent like that. Any suggestions?

PS sorry if this posts twice, Im not sure if it went through the first time.