Results 1 to 5 of 5

Thread: Procedure to large

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    12

    Question Procedure to large

    I have created a VB program runs within a CAD program. The code is now that long that I am getting a "Procedure to large" error when I go to run it. I know I need to divide it into sections.

    Being a novice at VB I am not sure how to do this.

    Can someone please help.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Procedure to large

    How long is it? Is it all in one form?
    You could put each section into a new module, but I don't see why you'd need to, unliess your code is very large.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    12

    Re: Procedure to large

    Yes it is in one form and the code is very large.

    I hope you can help.

  4. #4
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Procedure to large

    Let's see the code.

  5. #5

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