I'm currently looking for a way to identity a user of a workbook - preferably by hooking into some account information from Microsoft Excel. I've found the following line which gets the Excel username:
Application.UserName
However this isn't quite "safe" (unique) Enough as I Wish to make sure that only One person/user can use the workbook. It's Easy just Change the username in excel.
Is it possible to get some other account information? I'd prefer the e-mail used with the office/Excel account, however some other answers Say that it probably isn't possible to get that value(??).