I
Ian B
Hi All
We have a project (Word 2000) with 3,500 lines of code. This interacts with
a later developed VB6 routine with 2000 lines of code
Most of the code involves file & word manipulation including 25 forms.
We intend to revise and combine the routines (Word 2003) and so finally to
my questions:
Is there a practical limit to the size of a VBA routine in Word?
Which choice would be the preferred?
1. Do all code in VBA
2. Do all code in VB (6)
3. Do top level in VB and call VBA subroutines imbedded in Word (bit
like stored proceedures)
4. Do top level code in VBA and call VB6 exe's.
Any advice welcomed
TIA
Ian B
We have a project (Word 2000) with 3,500 lines of code. This interacts with
a later developed VB6 routine with 2000 lines of code
Most of the code involves file & word manipulation including 25 forms.
We intend to revise and combine the routines (Word 2003) and so finally to
my questions:
Is there a practical limit to the size of a VBA routine in Word?
Which choice would be the preferred?
1. Do all code in VBA
2. Do all code in VB (6)
3. Do top level in VB and call VBA subroutines imbedded in Word (bit
like stored proceedures)
4. Do top level code in VBA and call VB6 exe's.
Any advice welcomed
TIA
Ian B