View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hoysala hoysala is offline
external usenet poster
 
Posts: 11
Default help on windows login name, dear Chip Pearson

i have referred to couple of posts that were there before, but could
not get what i really wanted.

I have a shared worksheet where number of people updates a data
simultaneously.

I want a macro to get the name of person as per windows login in
column 'e' who has entered any data in column'd'

I tried answers from couple of previous post, but could not have this
answer as the nearest solution i got will not work when the shared
work book is used simultaneously.

i have tried this

Function Name() As String
Name = Environ("Username")
End Function


Help needed