I have allready made a sub routine that automatically figures out just how many parameters a macro (or sub routine) have been given, this is making it easier for me to write macro's that can handle many more parameters, specifying settings at execution, instead of hardcoding it into the macro.
However, the problem with this is that apparently I'm locked within a max 10 parameter limit, and the macro I'm working on right now requires 12
Hope this could be raised to a higher number, thanks in advance :)

