Is there a universal way to get a nice String representation of a variable in VBA?

Posted by HenryTyler on Stack Overflow See other posts from Stack Overflow or by HenryTyler
Published on 2010-06-15T16:46:02Z Indexed on 2010/06/15 16:52 UTC
Read the original article Hit count: 169

Filed under:
|

In VBA, is there a nice way to get a String representation of a variable / object? Like Java's various String.valueOf(...) methods.

© Stack Overflow or respective owner

Related posts about vba

Related posts about visual-basic