Results 1 to 7 of 7

Thread: Procedure too big

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2009
    Posts
    33

    Resolved Procedure too big

    Hello

    I wrote a program that is copying data from an Excel spreadsheet to a Word document in specific bookmarks but now the procedure is too big

    The program has an inteface screen and it copies only the data selected with checkboxes.

    I thought of chopping the code into segments using different sub procedures for e.g. each checkbox but now the program doesnt function because the variables are not registered for every sub procedure.

    Is there a way in making sub procedures in one big procedure? Will that exceed the size of the container procedure?

    Thank you very much

    Last edited by Volnixx; Jan 30th, 2009 at 04:34 AM.

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