By Stefan Stelling on Tuesday, 25 September 2018
Posted in VBA Development
Likes 0
Views 1K
Votes 0
Hi,

where is my mistake ??

Sub AktUser()
Dim sText As String
Dim oUser As UserInfo
MsgBox "Name: " & oUser.sbUserName
End Sub

Thanks for your help
View Full Post