Displaying value of variable when debugging when cursor on variabl

G

Guest

I have Office 2003 and am writing some code. My question is how do I get
the value of a variable to show up when I move the mouse cursor on top of
that variable? Previously this worked and I'm now single stepping through my
code to debug it and the variables are not displaying their values when I
move the mouse cursor over them. So it worked before and now it's not doing
it. I don't know why.

Thanks,
 
G

Guest

Sounds like an option got turned off... Within the VB Editor, try Tools >
Options, select the Editor tab and select the 'Auto Data Tips' option.
 
G

Guest

Hiya,
Just tried that and it didn't work. In addition, I also went in turned
'auto data tips' off then got out of excel, then came back in and turned
'auto data tips' back on and it still won't show the variable values while
i'm single stepping through.

Any more ideas? Thx
 

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