Results 1 to 4 of 4

Thread: Debug Window

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    How can I clear the debug window at run time?
    Kurt Simons
    [I know I'm a hack but my clients don't!]

  2. #2
    Frenzied Member
    Join Date
    Mar 2000
    Posts
    1,089
    I just cheat and do this

    Code:
    For i = 1 to 50
    
        Debug.Print ""
    
    Next i

  3. #3
    Member
    Join Date
    Jun 2000
    Posts
    63
    Just select all (click the window and do a CTRL-A) and press the delete key

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    Thanks,

    Thats what I do...

    I just did it and had to idea there must be some better way!

    debug.clear

    I guess that makes too much sense
    Kurt Simons
    [I know I'm a hack but my clients don't!]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width