Call up computer name

  • Thread starter Thread starter Roger on Excel
  • Start date Start date
R

Roger on Excel

[Excel 2003]

Is there a way to retrieve the computer identity/name and display it in a
listbox on a userform?

regards,

Roger
 
Thanks - works nicely

Roger

muddan madhu said:
uName = Environ("computername")
Me.ListBox1.AddItem uName


[Excel 2003]

Is there a way to retrieve the computer identity/name and display it in a
listbox on a userform?

regards,

Roger

.
 
Back
Top