I'm working in VBA (specifically, Microsoft Access VBA). I've written several custom VBA classes, and I'm using the VBE's Watch Window to see values during debugging. I'd like to create a function similar to ToString() in .NET languages that will print a custom string for the class to the Watch Window so I don't have to expand each child object. See the image below where I'd like to custom string to appear.

I've tried adding a GET property called Value, and I've also tried a ToString function. Neither worked. Does anyone know whether this is possible? Note: I'm NOT trying to do this.
