View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Capture network login ID

Dale,

Randy Birch has an item at his site for Authenticating A User using the NT
challenge process. If you user is one of your list, you could use the
challenge routine as described. You will find it at http://vbnet.mvps.org/


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Dale Preuss" <Dale wrote in message
...
I am developing an Excel application that requires tiers of protection.

The
users do not want another password to remember (which I have implemented

on
several other applications). How can Excel's VBA capture the Novell

network
login ID? If it is any help, Outlook handles the email.

Dale Preuss