Results 1 to 4 of 4

Thread: Debuger

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517
    Ive always wanted to know.
    is there a way to clear all
    the data out of that window?

  2. #2
    Hyperactive Member
    Join Date
    Jun 2000
    Location
    Auckland, NZ
    Posts
    411

    I don't think so

    Probably could try something with SendKeys.

    I just do it manually, but if you only want to clear whats currently visible (not a proper clear just semulated) then use this in code or in the debug window itself.

    Code:
    For c = 1 To 200: Debug.Print :Next
    Hey, it works..

    Regards
    Paul Lewis

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517

    Thanks!

    That works great!

  4. #4
    Member
    Join Date
    Aug 2002
    Location
    Chennai
    Posts
    57
    For c = 1 To 200: Debug.Print: Next


    This just creates 200 empty lines and from the 201 line u see the original contents. Is there a way to clear that also

    Thanks & Regards
    Raja

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