Clicking on a button on form from VBA

  • Thread starter Thread starter Ron
  • Start date Start date
R

Ron

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)?
 
I believe your subroutine in the other module must be declared Public in
order to access from another module.
 
Back
Top