O
Oldjay
I have the following code that works on some computer but not on others
It gives the error Project or library not found
Public Function UserName()
UserName = Environ("USERNAME")
End Function
Also tried UserName = Environ$("USERNAME")
What do I have to add?
It gives the error Project or library not found
Public Function UserName()
UserName = Environ("USERNAME")
End Function
Also tried UserName = Environ$("USERNAME")
What do I have to add?