Thread: Message Display
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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