nemmi69
Well-known Member
- Joined
- Mar 15, 2012
- Messages
- 938
- Office Version
- 365
- 2019
- 2016
- 2013
- Platform
- Windows
I know how to get the username
VBA Code:
Set objNetwork = CreateObject("Wscript.Network")
UserName = objNetwork.UserName
How do you get the initials of the user in a cell that shows in the circle top right of a shared workbook?