If you mean
[VBA]
Test = Sol_bin_ & MyPart(u,v)
[/VBA]
I don't think you can do this.

BTW, you might want to use Select Case rather than multipe IF statements, if you need to go down that road.