View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
bdickert bdickert is offline
external usenet poster
 
Posts: 6
Default System Environment Variables

Ok - thanks - so what interface are you using here - Excel or VB - I also
thought there was a KB article that would let these variables some how appear
-

Thanks again.
BD

"Jim Thomlinson" wrote:

msgbox Environ("UserName") & vbcrlf & Environ("ComputerName")
--
HTH...

Jim Thomlinson


"bdickert" wrote:

I am trying to capture information into an Excel Spreadsheet specifically a
couple of System Environment Variables like Computername, Username, etc. Is
this possible?
Please explain if this is possible. Thanks in advance. BD