Number of lines in the Immediate Window

M

Mike

Is there any way to increase the number of lines that can be displayed in
the Immediate Window?

Thanks
 
M

Mike

Thanks Dave. I realize that you can use the scroll bars but there is a
limit to the number of lines that will scroll. It appears that the limit is
approximately 100 lines.
 
R

Rick Rothstein

Like Gary, I also get 200 displayed lines in the Immediate Window. To the
best of my knowledge, that number is fixed by design. You can get more
information into the Immediate Window by ending **each** of the "print to
the Immediate Window" statements with a comma... that way each item will
print one tab field away from the previous value. This is not as convenient
to read back, but it does allow you to review a tremendous more amount of
information before having the initial values scrolled off the screen.
 
P

Peter T

I only get 199!

Other ways to preserve all the debug info might be to write to cells in a
temporary sheet or to a log file.

Regards,
Peter T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top