Macro troubleshooting

  • Thread starter Thread starter Learning Student
  • Start date Start date
L

Learning Student

Are there other methods for troubleshooting a macro besides single stepping
through the execution, using the Debug window, or printing the macro code?
 
By macro, you mean VBA code? (In ACCESS, a macro is NOT VBA code; it's a
different thing altogether.)

VBA code can be debugged using "watched values" and other methods as well.
Go to VBE window and type "Debug Toolbar" into the Help search window.
 

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