+ Reply to Thread
Results 1 to 2 of 2

procedure can't exceed 64K

  1. #1
    Registered User
    Join Date
    12-18-2006
    Posts
    36

    procedure can't exceed 64K

    Hi

    I have a long chunk of code on a form that I am using to print, but it has gotten just a little to long.

    Private Sub CommandButton3_Click()
    ..............
    End Sub

    There are lots of repeated bits.

    The quick fix I am after is someone telling me I can put chucks into a module and pass the info the form gathers to the module.

    Or that I can create a "Class" ? That I can put the large bits of repeated code into and call on that. Rather than have it repeated.


    Any quick fix will do =)

  2. #2
    Registered User
    Join Date
    01-13-2007
    Posts
    71
    have you tried to name different variables and working with do while and loops?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1