View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kelly[_3_] Kelly[_3_] is offline
external usenet poster
 
Posts: 8
Default Returning User Initials

Hi all, I am using the Office 2000 package

In Word VB you can return user initials
with "Application.UserInitials"

Is there any way to do this in Excel?

I know you can return user name
with "Application.UserName" but no luck with initials so
far.

Also Where does the user name info come from anyway?
In "Word" it is entered in tools/Options/UserInformation
but I have no idea for Excel.


Thanks as always!

Kelly