View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Roger on Excel Roger on Excel is offline
external usenet poster
 
Posts: 249
Default Call up computer name

Thanks - works nicely

Roger

"muddan madhu" wrote:


uName = Environ("computername")
Me.ListBox1.AddItem uName


On Dec 3, 9:30 am, Roger on Excel
wrote:
[Excel 2003]

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

regards,

Roger


.