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.
|