tags:

views:

57

answers:

1

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
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
how did u make those stand out like buttons/?
I__
@every-answer-gets-a-point: It is possible by using pseudo-html tags: `<kbd>Ctrl</kbd>`.
0xA3