Duplicate declaration in current scope, but not so
Hi Bart,
VBA could handle this a bit better as it highlighted:
Sub ArrayToSheet(vArray As Variant, _
none of the duplicate arguments.
I guess it missed the continuation lines, without any it would have
highlighted the entire line
Peter
|