How to see value of UDT variable while single-stepping?

J

joeu2004

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.
 
J

Joel

If you highlight any variable and right click you can add the vairaible to
the watch window. I do this all the time when debugging. For some odd
reason hovering over viables doesn't always work, but the watch window will
always work.
 

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