C
Cactus
VBA function parameter for sheets range is Variant.
eg. function Test(Arr as Variant)
the "Arr" can be Range in sheet.
now I try send "50-A1:A6" as parameter.
the parameter should be {50-A1, 50-A2,...}
But I got error.
How I fix that wrong?
eg. function Test(Arr as Variant)
the "Arr" can be Range in sheet.
now I try send "50-A1:A6" as parameter.
the parameter should be {50-A1, 50-A2,...}
But I got error.
How I fix that wrong?