Information Display Problem for a variable in VBA while Debuging

H

Hari

Hi,

I am facing problem in VBA - Excel. When i run the VBA code for cursor
(by hitting F8 key) if i place the cursor over a variable of that line
it fails to display the value stored. Sometimes it displays and
sometimes it won't.

As i am new to VBA, this information helps a lot in knowing the value
stored in variable

Thanks in advance
Kindly need help on this

Hari
 
P

Patrick Molloy

you can drag/drop the variable into the watch window and then you'll see the
values change
 
H

Hari

Yes, that is one alternative However i have seen in other computers
that it diplays the information when
the cursor has placed over the highlighted line (Generally Yellow
Color). I thoght that by activatuing any tool can get back

Thankyou very much for the information
Hari
 
D

Dan Turner

Yes, that is one alternative However i have seen in other computers
that it diplays the information when
the cursor has placed over the highlighted line (Generally Yellow
Color). I thoght that by activatuing any tool can get back

Thankyou very much for the information
Hari

I just had the same problem but it went away when I re-booted. I
don't know the cause.
 

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