It'd be nice if I could figure out how to redirect where Debug.Print goes.
I've got a little persistent DebugPrint program I often use. It's easy to use, as I just remove the dot from my Debug.Print statements. However, it'd be even more cool if I could just redirect everything.
At first, I created an auto-instantiating class named "Debug". That worked just fine.
However, there are still two problems:
1) This class still doesn't override the internal Debug object.
2) "Print" is a reserved word and can't be used as a procedure name.
So drat. Any ideas?




Reply With Quote