PC Review


Reply
Thread Tools Rate Thread

Debug to Output

 
 
Paul Black
Guest
Posts: n/a
 
      17th Aug 2007
Hi everyone,

How can I get ...

Debug.Print "For 1 -"; TOP; "there are"; tly; "different lists of"; x;
"numbers."

.... to pint in a sheet named "R1" and in Cells B3:whatever please.

Thanks in Advance.
All the Best.
Paul

 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWlrZSBI?=
Guest
Posts: n/a
 
      17th Aug 2007
Hi,

I assume Top, tly etc are variable.

Range("B3").Value = "For 1 -" & Top & "there are" & tly & "different lists
of" & x & "numbers."

try this.

Mike

"Paul Black" wrote:

> Hi everyone,
>
> How can I get ...
>
> Debug.Print "For 1 -"; TOP; "there are"; tly; "different lists of"; x;
> "numbers."
>
> .... to pint in a sheet named "R1" and in Cells B3:whatever please.
>
> Thanks in Advance.
> All the Best.
> Paul
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debug output... Atmapuri Microsoft C# .NET 4 8th Sep 2006 05:15 AM
Debug - No output Bernard Bourée Microsoft VB .NET 1 18th Apr 2006 03:08 AM
Debug Output Nathan Sokalski Microsoft VB .NET 3 17th Oct 2005 04:44 PM
Debug output ablyplus Microsoft C# .NET 1 6th Apr 2005 01:43 PM
Debug Output to IDE Ian Microsoft Dot NET Compact Framework 1 16th Sep 2003 12:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:41 PM.