Quote Originally Posted by zzap View Post
Compiling the VBP project ends up with an error (343): object is no array (translated from german error description).
in module: Common.bas
in line 128: Index = Control.Index

Any idea?

Regards,
ZZap
It is correct that the "Index = Control.Index" will make a error, whenever the control is not an array.
But that is no problem as there is a "On Error Resume Next" line before the "Index = Control.Index" to prevent that the error will be raised.