Calling macro from UserForm

  • Thread starter Thread starter AMK4
  • Start date Start date
A

AMK4

I have a macro defined in a module. How can I call that macro from a
actionButton on a UserForm? Right now it's telling me "Sub or Functio
not defined.
 
Private Sub procedures are only available to other macros declared in the
same 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