How to obtail a list of all Variables with values in halted proced

D

Dennis

XL 2003

In dbaseIV, I was able to issue a command to list the "open" variables and
also obtain all of their values at that point.

Is there a way to do this in VBA for XL after an "F9" break point?

I do realize that I can (in the Immediate Window):

? XXXVar

Thanks Dennis
 
J

Jim Rech

Have you looked at the Locals windows on the View menu?

--
Jim
| XL 2003
|
| In dbaseIV, I was able to issue a command to list the "open" variables and
| also obtain all of their values at that point.
|
| Is there a way to do this in VBA for XL after an "F9" break point?
|
| I do realize that I can (in the Immediate Window):
|
| ? XXXVar
|
| Thanks Dennis
 
D

Dennis

Boy, you better believe I will from now on!

Thanks Jim

(Live & Learn)

***************************
 
Top