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?
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?