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

.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top