Code Completion in VBA?

M

Markus W.

Hello!

Is it possible to switch code completion in VBA on and off? Whenever I write
code in VBA, it is sometimes activated, sometimes not and I have no clue how
it is turned on and off.

Thanks in advance,
Markus
 
T

Tony Jollans

What exactly do you mean by code completion? I am not aware of anything
which auto-completes code without user action but there is an option to
autolist members (Under Tools > Options > Editor tab).

You shouldn't normally experience mixed behaviour. If the option is turned
on (which it is by default) the editor should list members for all typed
variables. I have this nagging feeling at the back of my mind that there
might be some circumstances where it doesn't work but I can't at the moment
think exactly what they are.
 
C

Chandan Banga

Hi,

Kindly go thorough your complete code. This happens due to some error in
coding. Some kind of syntax error and you have missed out some thing in code
and due to this auto completion does not work.

I got this problem once and this was coming in one project but in other
project it was not coming. Then I found a syntax error in code and after
correcting that syntax error it was working.

Regards

Chandan Banga
 

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