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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top