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:
  1. Sub Example(Variable as string...) ' only allows 40 arguments here

Cheers

GTJ