View Single Post
  #2   Report Post  
Bryan Hessey
 
Posts: n/a
Default


.. just a guess, but

Range("A1").Value = Error(424) shows 'Object required'

could this mean that your ActiveCell is in column A or B ?



Jeff Wrote:
Hello,

I have an error msg: Run-Time Error 424 on this VBA procedu

If ActiveCell.Value = "SP" Then
Set CellWithValueToMatch = ActiveCell.Offset(0, -2).Value
--
Regards,
Jeff



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=473897