Description: | Gets the login name of the currently logged on user |
Syntax: | object.GetLoginName() |
Parameters: | |
object | Required, the Application object |
Returns: | The login name of the currently logged in user |
Example: |
Dim sLoginName As String
Set ot = CreateObject("OfficeTalk.Application")
sLoginName = ot.GetLoginName