Thread: Signatures
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 Signatures

Get the login id and put it in yourself, they get no option

Range("A1").Value = Environ("UserName")
Range("B1").Value = Form at(Now, "dd mmm yyyy hh:mm:ss")

--
HTH

Bob Phillips

"Jasmine" wrote in message
...
I am trying to figure out a way to let users "sign" an spreadsheet for
approval. We could accept them typing there initials in a cell, but we

need
to authenticate that it was that person. Is there any way to do this?
Thanks!