VBA Editor typing problem

E

exebat

Hi all.

I have some strange problem in my DB.

When I type code in my VBA editor it starts to add " symbols
automatically. It also adds spaces and I can not see value list for
any control as it only lasts for 1 second and typed text becomes red.

What might be the problem ?
 
J

John W. Vinson

Hi all.

I have some strange problem in my DB.

When I type code in my VBA editor it starts to add " symbols
automatically. It also adds spaces and I can not see value list for
any control as it only lasts for 1 second and typed text becomes red.

What might be the problem ?

I've seen things like this happen when a Timer is running on some form in the
database. Close any form with a Timer in it, or set the TimerInterval property
to 0 while you're editing code, and see if this helps.
 
E

exebat

I've seen things like this happen when a Timer is running on some form inthe
database. Close any form with a Timer in it, or set the TimerInterval property
to 0 while you're editing code, and see if this helps.

That was the problem.

Thanks a lot John.
 

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

Top