View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Alberto Ast[_2_] Alberto Ast[_2_] is offline
external usenet poster
 
Posts: 181
Default PC Serial number recall

Serial did not work but computer name did. Thanks.

"Barb Reinhardt" wrote:

Try

environ("COMPUTERNAME")

or

environ("SERIAL")

--
HTH,

Barb Reinhardt



"Alberto Ast" wrote:

Is there a way to pull the PC serial number or PC user name preferable serial
number.... using vb so I can record it in a file indicating from which
computer the update was made?