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?