What code can I use to find the serial number of my computer?
Below is what I have been using but I have discovered it is not the serial number
that is on the computer.
I now do not know what the number I do get represents.
Public Function GetSerialNumber() As String
Dim objs As Object
Dim Obj...