Im not sure if this is the correct place to post this query but i hope so.
Why do i get a type mismatch Run-time error 13, for the following piece of code???
VB Code:
returns(a) = "=Average(loser["& a &" "& b &"]:loser ["& a &" "& b+10 &"])"
If returns(a) and loser(a, b) are defined as Single then why is there a mismatch?
Any help would be most appreciated.
