View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
Chet Shannon[_4_] Chet Shannon[_4_] is offline
external usenet poster
 
Posts: 20
Default How show value of variable by mouse-over in debug single step

Any more ideas on fixing this? Thx ! Chet
--
Chet Shannon


"Chet Shannon" wrote:

I think the value is inscope because there is only one sub and no
sub-routines or jumping around. All values are 'present' (right word?) in
the current sub I'm coding. Plus the value won't show in any of my code.
It's not limited to just one sub. Thx Chet
--
Chet Shannon


"Edward Ulle" wrote:

The value can be displayed only when the sub or function is inscope. If
the variable is in a sub or function out of scope no value is displayed.



*** Sent via Developersdex http://www.developersdex.com ***