variable view in VBE

G

Guest

When you are in VBE stepping through code you can hover the mouse over a
variable and it will display what the variable is currently set to. This is
very handy when you are trying to debug code. 'Sometimes' this stops working,
I have no idea why and often if I close Excel and restart it will work fine
again. Am I somehow turning off an option somewhere? Does anyone know how to
turn this feature back on?
 
N

NickHK

Trefor,
I normally find this happens when you have an error in your code, but it is
not immediate enough to stop compilation or current running.
If you try Debug>Compile, you may get compilation errors indicated that you
weren't aware of. This obviously can't help with run-time errors.

Other times I do find Intellisense takes a coffee break, only to return for
no apparent reason.

But errors are normally the reason.

NickHK
 
G

Guest

Nick, many thanks
--
Trefor


NickHK said:
Trefor,
I normally find this happens when you have an error in your code, but it is
not immediate enough to stop compilation or current running.
If you try Debug>Compile, you may get compilation errors indicated that you
weren't aware of. This obviously can't help with run-time errors.

Other times I do find Intellisense takes a coffee break, only to return for
no apparent reason.

But errors are normally the reason.

NickHK
 

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