View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Yngve Yngve is offline
external usenet poster
 
Posts: 67
Default If cell = number ?



Hi Ctech

Typo

If IsNumeric(ActiveCell.Offset(0, 7).Value) Then
ActiveCell = "False"
End If

Regards Yngve