Displaying Value Of A Variable In VBA

Displaying Value Of A Variable In VBA

am 14.11.2007 19:12:59 von SHPsalm139

I seemed to have lost the ability to move my mouse over a variable in
my VBA code and have it's current value displayed. There's probably a
setting somewhere but I'm not sure what it is. Would appreciate any
help.
Thanks,
Sheldon Potolsky

Re: Displaying Value Of A Variable In VBA

am 14.11.2007 20:55:52 von Pachydermitis

On Nov 14, 10:12 am, Sheldon wrote:
> I seemed to have lost the ability to move my mouse over a variable in
> my VBA code and have it's current value displayed. There's probably a
> setting somewhere but I'm not sure what it is. Would appreciate any
> help.
> Thanks,
> Sheldon Potolsky

Most likely you have an error in your code. Try compiling it (under
debug menu) to find the error. :)
P

Re: Displaying Value Of A Variable In VBA

am 15.11.2007 15:25:23 von SHPsalm139

On Nov 14, 2:55 pm, Pachydermitis wrote:
> On Nov 14, 10:12 am, Sheldon wrote:
>
> > I seemed to have lost the ability to move my mouse over a variable in
> > my VBA code and have it's current value displayed. There's probably a
> > setting somewhere but I'm not sure what it is. Would appreciate any
> > help.
> > Thanks,
> > Sheldon Potolsky
>
> Most likely you have an error in your code. Try compiling it (under
> debug menu) to find the error. :)
> P

This code has been running for years but the funny thing is that today
I can mouse over and see the value of variables. I even rebooted my
PC yesterday afternoon and that still did not correct things. I left
my PC running overnight, got an Access error this morning which closed
Access. When I reopened that particular database, everything was fine
again and I can see the value of variables. Go figure. But thanks
for the suggestion.
Sheldon Potolsky