View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default worksheet_calculate **help**

I don't know if this will do what you want, but this is the equivalen
code.

The method does not recognise Target so you will have to use :-


Code
-------------------
If ActiveCell.Address = "$B$4" Then .Cells(x, "a") = ActiveCell.Value

-------------------


--
Message posted from http://www.ExcelForum.com