Results 1 to 12 of 12

Thread: [RESOLVED] VBA Debugger Question

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2006
    Location
    Best Place on Earth
    Posts
    363

    Resolved [RESOLVED] VBA Debugger Question

    In a compiler I used for another programming language it was possible to set
    a module so that it was "skipped" by the debugger.

    This was most useful when developing a project as I was able to avoid
    working through code in the debugger which I had already cleared and
    verified, thus allowing me to concentrate on the main code of the project.

    Is it possible to do the same in VBA?

    Whenever I work on a project I usually have a number of Subs and functions
    which do simple tasks, usually only used in the one project, which I keep having to step through in the Debugger. I dislike having to use Run to Cursor
    each time this happens.
    Last edited by Torc; Jul 14th, 2006 at 11:11 AM.
    Signature Under Construction

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