in defining one of my routines in a module i need to define 41 arguments, however it only allows 40, is there a way to get around this, or change this number or something!!!????
eg.
VB Code:
Sub Example(Variable as string...) ' only allows 40 arguments here
Cheers
GTJ




Reply With Quote