Quote Originally Posted by dannymking
You can use the environmental variables...

VB Code:
  1. Dim strUser
  2.   strUser = Environ("Username")
  3.   MsgBox strUser
I don't believe it! All these years I've used the API to get it and it was that simple all along