signature

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to have a user "sign" a worksheet. I have captured their UserId,
but want to insert their full name instead. I think the Select Case should
work, but can't get the correct code. Can anyone give me a hint?
 
Select Case Environ("UserName")
Case "Bob": sFullname = "Bob Phillips"
Case "copteral": sFullname = "copteral"
'etc.
End Select

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top