View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default monitoring range change

Maybe it is only in the email, but "Traget" should be spelled "Target"

--
Regards,
Tom Ogilvy


"Tufail" wrote in message
...
sorry again here with some more detail,

back ground color is yellow of = For Each cell In Traget


"Tufail" wrote:

hi
i have some run problam with following code, please help.
Code is as under
------
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
Set VRange = Range("BD1:BV600")
For Each cell In Traget
If Union(cell, VRange).Address = VRange.Address Then
MsgBox " The changed cell is in the input range."
End If
Next cell
End Sub
------
Error is = run time-error '13': type mismatch