View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
joeu2004 joeu2004 is offline
external usenet poster
 
Posts: 2,059
Default How to see value of UDT variable while single-stepping?

At an LSET statement (for example), how can I see the value of each
element of a user-defined-typed variable on the right-hand side?

For VBA types, I can simply hover the cursor over the variable name.
That does not seem to work for UDT variables.

I am using Office Excel 2003 with VB 6.3.