Any additional idea on how to get the value of a variable to show up when in
singel step debug mode?
--
Chet ShannonHiya,
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
--
Chet Shannon


"bpeltzer" wrote:

> 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.
>
> "Chet Shannon" wrote:
>
> > 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,
> > --
> > Chet Shannon