Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
While in step mode View/Watch Window - You can monitor the variable you want. -- David "Chet Shannon" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thx for the suggestion... that wil of course work... am still hoping for a
real fix.... :) Chet -- Chet Shannon "David" wrote: Hi, While in step mode View/Watch Window - You can monitor the variable you want. -- David "Chet Shannon" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Locking debug mode in a macro | Excel Worksheet Functions | |||
form.show switches to debug mode | Excel Programming | |||
Get in DEBUG mode on workbook open | Excel Programming | |||
Debug Step vs Run Mode | Excel Programming | |||
Mysterious debug mode | Excel Programming |