Function to return the current user username
Author: michael@excelexperts.co.uk
Function CurrentUserName() As String CurrentUserName = Application.UserName End Function
Function to return the current user username
Author: michael@excelexperts.co.uk
Function CurrentUserName() As String CurrentUserName = Application.UserName End Function