Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to know current Windows user name and update it to Excel sheet by
function? |
#2
![]() |
|||
|
|||
![]()
Hi
This needs a little VBA. In Win NT / Win 2000 / Win XP it's simply Function CurrentUser() As String CurrentUser = Environ("username") End Function Win 9x requires some windows programming. Post back if that's needed. HTH. Best wishes Harald "Petu" skrev i melding ... I need to know current Windows user name and update it to Excel sheet by function? |
#3
![]() |
|||
|
|||
![]()
Hi
in VBA use: msgbox environ("username") "Petu" wrote: I need to know current Windows user name and update it to Excel sheet by function? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date issue between Windows and Macintosh version | Excel Discussion (Misc queries) | |||
spreadsheet function | Excel Discussion (Misc queries) | |||
Find a Function to use accross different worksheets | Excel Worksheet Functions | |||
Windows ME and Windows XP Function of key F2 is different | Excel Worksheet Functions | |||
how to move user defined function | Excel Worksheet Functions |