I try to get mail address through Excel VBA of currently logged user (NOT using Outlook).
I can get
Application.UserName
but this is not enough.
There is mail address under Excel -> File -> Account under "Belongs to: Mail@address.com"
Is there a way how to extract it with VBA?