View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
muddan madhu muddan madhu is offline
external usenet poster
 
Posts: 747
Default Call up computer name


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