How to run a Macro in VBA ?

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

I create a Macro called aabbcc ,
I want to activate this macro in my VBA sentence, How should the VBA
sentence like ??

Thanks!
 
DoCmd.RunMacro "aabbcc"

Why not replace the macro with VBA code, though? It's almost always better
to use VBA.
 

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