how did you fix it? I get the same problem on ONE machine, I get it when I try to do this:
Set wshnet = CreateObject("wscript.network")
lbluser.Caption = UCase(wshnet.username)
I get an error on the 1st line, how did you fix it ? or is yours a different problem?
CALV