usernames

  1. T

    VBA Help - Pre Populate cell with users name, not their employee number

    Hi all, I'm really struggling to have a cell pre-populate with the users full name. The only code I can find, returns the users employee number. See below: Worksheets("test").Range("g9").Value = Environ("username") My workaround was to use this function: Function UserNames() As String...
  2. R

    Workbook Security

    I have a workbook that I only want certain users to be able to open. I have a list of network usernames that should have access on a worksheet called "LISTS". The list of usernames is in column "M" (range M2:M159) that has a dataname of "usernames". How do I set up some VBA code to look at...
  3. K

    UserName in note

    Hello all, I could use some help here. I need a code that can allow the cell to autocreate a note where the name of the user who enteres data will be automatically filled in. Is there any way to accomplish?? Thanks in advance.
  4. M

    Modifying Names to Usernames

    Hello All, here is my excel problem. Smith, John Doe, Jane Smithss, Jack Whitess, John Blackss, Jane Bluesss, Peter Longlastname, Phillip I dont know if it's possible to have these converted to usernames. The format is 6/1 (first 6 character of last name and 1st character of first name) of...
  5. A

    Open workbook depend on User list

    Hi All: I found this code to open workbook if only name Array the same Username of PC: Private Sub Workbook_Open() Dim UserNames As Variant UserNames = Array("Username1", "Username2", "Username3") If Not IsNumeric(Application.Match(Application.UserName, UserNames, 0)) Then MsgBox "You...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top