Thread: Final Question
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Final Question

If ActiveCell.Value < "" Then
ACtivecell.Offset(1,0).Value = "something"
End If

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Himszy" wrote in message
. ..
Hi again

Im trying to write that if there is a value in a cell write in the one
beneath it

Thanks Michael