11-05-2007, 06:22 AM
The size limit is 32 KB. If your macro needs to be bigger, split it into functions.
Macro:
------
Function1:
------
Function2:
------
...
______________________________________
If the macro must share its variables with the functions:
Macro:
------
Function1:
------
Function2:
Macro:
------
Function1:
------
Function2:
------
...
______________________________________
If the macro must share its variables with the functions:
Macro:
------
Function1:
------
Function2:
