View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tufail Tufail is offline
external usenet poster
 
Posts: 168
Default monitoring range change

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