G Gary''s Student May 4, 2008 #2 Try this tiny UDF Function uname() uname = Application.UserName End Function
G Gord Dibben May 4, 2008 #3 You want UserName or Login Name? See G'S's reply for Application Username. For Login Name use this UDF Function User() Application.Volatile User = Environ("UserName") End Function Gord Dibben MS Excel MVP
You want UserName or Login Name? See G'S's reply for Application Username. For Login Name use this UDF Function User() Application.Volatile User = Environ("UserName") End Function Gord Dibben MS Excel MVP