What is the maximum length for a module using Word VBA?

E

Evoluz

Im using Microsoft Word 2000 and have created a template with a multipage
dialog box requesting user input for various sections in the document.

After updating code in a module using Word VBA I now get the following error:

"compile error: procedure too long!".

What is the maximum number or lines/characters of code in a procedure?
Will it make a difference if I break the code into smaller routines within
the same module or is it better to create separate modules for this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top