VBA Debug Issue

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?
 
G

GS

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
 
W

Wouter HM

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

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

Similar Threads


Top