What operating system are you running this on?

If Win9x, try the @WUSERID macro, @USERID is for NT.

You could also try the environment variable %USERNAME%

Finally, it is good coding practice to place any variables outside the string delimiters, so:
code:
Left("Mapping U: to \MyServer\MyShare\"+@USERID+$sSpace80,59)