Re: Clicking on a button on form from VBA

From: GVaught (glvaughtRemoveThis_at_hotmail.com)
Date: 05/16/04


Date: Sat, 15 May 2004 18:49:38 -0600

I believe your subroutine in the other module must be declared Public in
order to access from another module.
"Ron" <ron@rallye.com> wrote in message
news:%23Mfo%230oOEHA.640@TK2MSFTNGP12.phx.gbl...
> If I have a subroutine in a module that does NOT belong to a form, is
there
> a way to press a button on the form (or invoke a routine that is in the
> form's module)?
>
>