Call up computer name

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
 
R

Roger on Excel

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

.
 
Top