View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] beliavsky@aol.com is offline
external usenet poster
 
Posts: 2
Default place output of several debug.print statements on the same line

The code

debug.print x
debug.print y

will print x and y on separate lines in the Immediate window. How can I
tell debug.print not to skip to the next line? Thanks.