BruceMutton
Geotechnical
- Sep 4, 2001
- 15
Is there a concise way of doing this while executing VBA?
In VB Editor I can use the object browser, but this does not help while the code is executing.
For example I might have a number returned from a function that I suspect matches one of the xlCVError enumerated data type constants, xlErrDIV0, xlErrNA, xlErrNull etc
Its reasonably trivial where the data type has only a few constants, but not so where there are dozens of constants
In VB Editor I can use the object browser, but this does not help while the code is executing.
For example I might have a number returned from a function that I suspect matches one of the xlCVError enumerated data type constants, xlErrDIV0, xlErrNA, xlErrNull etc
Its reasonably trivial where the data type has only a few constants, but not so where there are dozens of constants