Macro troubleshooting

  • Thread starter Learning Student
  • 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?
 
K

Ken Snell MVP

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.
 
Top