Hi, If anyone could help
I want the user ID to appear in a cell
Public Function user() As String
user = Environ("username")
End Sub
All works fine, but when I send it to another user they have to click on the cell for it to update.... (hope that makes sence)
could anyone help me making it update when the spreadsheet is opened ?
Many thanks
I want the user ID to appear in a cell
Public Function user() As String
user = Environ("username")
End Sub
All works fine, but when I send it to another user they have to click on the cell for it to update.... (hope that makes sence)
could anyone help me making it update when the spreadsheet is opened ?
Many thanks