Thread: Network logon
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Network logon

I recently tried the environ method and it didn't work for some users. I had
to replace it with the following.

http://www.mvps.org/access/api/api0008.htm
--
HTH,

Barb Reinhardt



"joel" wrote:


You don't need to use createobject you can use environ() method

UserName = environ("UserName")


I'm not sure what other login username you are using that requires a
createobject. Are you using an Internet Explorer and then login?


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=164049

Microsoft Office Help

.