View Single Post
  #13   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Worksheet_Calculate doesn't take an argument - you'll need to specify
the cells to check in the macro.

See "Calculate Event" in XL/VBA Help for the call syntax.


In article ,
"Brian in FT W." wrote:

When I insert that command, I get the error: Compile error: proceedure
declaration does not match description of event or proceedure having the same
name.