View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Bundy John Bundy is offline
external usenet poster
 
Posts: 772
Default Run procedure from worksheet change event

Just call it, if its name is test() you can type
call test

or usually just
test

make sure it is accessible eg public if need be.
--
-John
Please rate when your question is answered to help us and others know what
is helpful.


"ranswert" wrote:

How can I call a procedure in a VB module from a worksheet change event?