System Environment Variables
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
|