IDE autocomplete

  • Thread starter Thread starter RMJames
  • Start date Start date
R

RMJames

Hi All

I am having trouble with autocomplete that has stop working in the IDE
while coding. Then it will suddenly start again for a while, before
stopping...


I have tried restarting excel and the PC but no joy


Any ideals what causes this?


Win 2000
Excel 2000
VBA IDE 6.0.8714
 
Hi

Assuming that autocomplete is activated in Options and that "require
variable declaration" also is: Loss of autocomplete usually means that
something is wrong with your code. Ambigious names, use of reserved words,
.... Try Debug > Compile and see what happens.

HTH. Best wishes Harald
 

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

Back
Top