Thread: RETURN TO C
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
damorrison[_2_] damorrison[_2_] is offline
external usenet poster
 
Posts: 38
Default RETURN TO C

Give this a try,

Private Sub Worksheet_Change(ByVal Target As Range)
Range ("C1").Select
ActiveCell.Offset(1, 0).Range("A1").Select
End If
End Sub
That should work, I am on an Island in the Pacific Right now and the
computer here doesn't have excel