Necroscope
Board Regular
- Joined
- Jul 7, 2004
- Messages
- 72
Hi.
I have a Userform that some users complete to update info on a (large) table. I've added a bit of VBA to get the date added when the user who has opened the spreadsheet makes a change to the database but I'd like to be able to add their name too.
However, when I use Application.Username I get the full Global Address List name of that user (i.e. Smith John Sales Team Manager). When I use Environ("username") I get the user's 8-digit staff number.
What I'd like to display is "John Smith"... Anyone know if this is possible?
I have a Userform that some users complete to update info on a (large) table. I've added a bit of VBA to get the date added when the user who has opened the spreadsheet makes a change to the database but I'd like to be able to add their name too.
However, when I use Application.Username I get the full Global Address List name of that user (i.e. Smith John Sales Team Manager). When I use Environ("username") I get the user's 8-digit staff number.
What I'd like to display is "John Smith"... Anyone know if this is possible?