T
Tim Svensson
I have a user defined function, but Vlookup doesnt work in
it. This i the part in the function that doesn't work...
any ideas?
thanks
/Tim
Function test(value, table)
test = VLookup(value, table, 2, False)
End Function
it. This i the part in the function that doesn't work...
any ideas?
thanks
/Tim
Function test(value, table)
test = VLookup(value, table, 2, False)
End Function