Thread: Check User
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Check User

You can user that in your code:

Dim CompName as string
CompName=Environ("computername")

NickHK

"KC VBA Qns" wrote in message
oups.com...
Thanks, Nick.

I completely understand on the security aspect.

Now what must the user do to retrieve their computer names and forward
to me for embedding into my codes?

Rgds,