how do i get Debug.Print to display? i do not see the output
+3
A:
Where do you want to see the output?
Messages being output via Debug.Print
will be displayed in the immediate window which you can open by pressing Ctrl+G.
0xA3
2010-05-26 20:07:03
This is true if you are in an office application which supports VBA, but if you are using via WSH you may need to use MsgBox (*shudder*) or some similar technique as the immediate window is not available.
AJ
2010-05-26 20:09:38
how did u make those stand out like buttons/?
I__
2010-05-27 18:34:12
@every-answer-gets-a-point: It is possible by using pseudo-html tags: `<kbd>Ctrl</kbd>`.
0xA3
2010-05-27 20:00:31