Message Display
In the VBE
In the menu, select View, then Immediate Window
(or do Ctrl+G)
--
Regards,
Tom Ogilvy
"Barb Reinhardt" wrote in message
...
Um ... what is the immediate window. I added it and see nothing.
"Ian" wrote:
debug.print x
This will print the variable x to the immediate window.
--
Ian
--
"Barb Reinhardt" wrote in
message
...
I'd like to display the results calculated within a macro in a message
box
in
order to debug the code. How would I do this? Alternatively, is
there a
better way to do this?
Thanks,
Barb Rienhardt
|