View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bill Renaud Bill Renaud is offline
external usenet poster
 
Posts: 417
Default excel workbook time log

If the User Name from the Tools|Option dialog box is wanted (General
tab), then you could simply use:

Application.UserName

Only caveat is that some users only enter their initials, or something
else, like "C3PO", if they are a Star Trek fan! (Grin!)
--
Regards,
Bill Renaud