can not execute code in break mode

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I got can not execute code in break mode while I debug the code.

Are there any workaround to debug the code when Access VBA give me the
message?

Are there any criteria that VBA does not execute code in break mode?


Your help is great appreciated,
 
post the code that you are having a problem with and describe exactly
what is happening please

Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace

*
(: have an awesome day :)
*
 
post the code that you are having a problem with and describe exactly
what is happening please

Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Accesshttp://www.AccessMVP..com/strive4peace

  *
    (: have an awesome day :)
  *







- Show quoted text -

I beleive it is not piece code, because it is a simple assign
statement.
It must under some situation that VBA can not execute in break mode

Thanks again,
 
Not all VBA has problems -- ActiveControl, for instance, will be an
issue -- that is why I asked you to post the code.

If you know there is a statement that can't be executed when you are
stepping through code, you can set a break point after that statement,
then press F5 to get there...

pressing F8 executes one statement at a time

press F5 to continue execution automatically


Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace

*
(: have an awesome day :)
*
 
Back
Top