Thread: Signatures
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jasmine Jasmine is offline
external usenet poster
 
Posts: 27
Default Signatures

I am new to macros, how exactly does this work? Thank you!

"Bob Phillips" wrote:

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!