VBA Debug Issue

  • Thread starter Thread starter Michael Burkett
  • Start date Start date
M

Michael Burkett

I have tried recently to debug a macro and I am having an issue. Once I getto a line that opens another workbook, it runs through the remaining linesof code until the end. It will not allow me to step through any line afterthe workbook is open. Ideas on what would cause this?
 
I have tried recently to debug a macro and I am having an issue. Once
I get to a line that opens another workbook, it runs through the
remaining lines of code until the end. It will not allow me to step
through any line after the workbook is open. Ideas on what would
cause this?

Post the macro, please!

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion
 
Op donderdag 11 december 2014 13:47:53 UTC+1 schreef Michael Burkett:
I have tried recently to debug a macro and I am having an issue. Once I get to a line that opens another workbook, it runs through the remaining lines of code until the end. It will not allow me to step through any line after the workbook is open. Ideas on what would cause this?

Try putting a breakpoint in your code just after opening the other workbook..
 
Back
Top