Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Rather than having everyone enter their name in a spreadsheet before printing
their reports I was wondering if there is a function that would display the user's user or display name in a cell. Thanks, Phil |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
not sure what you want to do, but this line of code would enter the username
that was used to log in to windows into cell A1 range("A1").Value = environ("username") if you need more info, post back. -- Gary "Phil_M" wrote in message ... Rather than having everyone enter their name in a spreadsheet before printing their reports I was wondering if there is a function that would display the user's user or display name in a cell. Thanks, Phil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display contents of a cell in a user form text box -- Excel 2003 VBA | Excel Discussion (Misc queries) | |||
How can I display a user name is Excel? | Excel Discussion (Misc queries) | |||
Function that will automatically display the User Name? | Excel Worksheet Functions | |||
How do I display the user details in a XLS sheet? | Excel Worksheet Functions | |||
Display Last Saved By date & User? | Excel Discussion (Misc queries) |