Network logon

  • Thread starter Thread starter JP Ronse
  • Start date Start date
J

JP Ronse

Hi,

Some time ago, someone replied with a method to get the network logon and
used createobject. It has the same functionality as

Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" _
(ByVal lpBuffer As String, nSize As Long) As Long

Can someone refresh my mind. TIA.

With kind regards,

JP
 
Hi Joel,

I used the API before to show 1 sheet in a workbook to a specific network
logon. Someone showed overhere another method to do the same.

With kind regards,

JP
 
Back
Top