B
Bugs
Hi,
I need to write a procedure to find the users email address under bot
97 and 2000.
I have found the below procedure works for 2000 but the object mode
doesn't support it under 97.
Any ideas would be greatly appreciated...
Sub GetName()
Dim test As String, olApp As Object
Set olApp = CreateObject("Outlook.Application")
test = olApp.Session.CurrentUser.Name
MsgBox test
End Su
I need to write a procedure to find the users email address under bot
97 and 2000.
I have found the below procedure works for 2000 but the object mode
doesn't support it under 97.
Any ideas would be greatly appreciated...
Sub GetName()
Dim test As String, olApp As Object
Set olApp = CreateObject("Outlook.Application")
test = olApp.Session.CurrentUser.Name
MsgBox test
End Su